mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Removed menu line-height overrides
Now that bootstrap is in line-height isn’t needed here
This commit is contained in:
parent
e16d3ec963
commit
d8a13233e6
@ -279,11 +279,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
line-height: 18px; /* new v4 global line-height */
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
line-height: $grid-y * 2;
|
|
||||||
min-height: 50px;
|
min-height: 50px;
|
||||||
color: $color-text-default;
|
color: $color-text-default;
|
||||||
padding: (2 * $grid-y + 1) 5px (2 * $grid-y + 1) 8px;
|
padding: (2 * $grid-y + 1) 5px (2 * $grid-y + 1) 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user