SPR-908: firefox aside padding in nav
This commit is contained in:
parent
2206303440
commit
4ff30cee37
1 changed files with 5 additions and 3 deletions
|
@ -91,10 +91,9 @@
|
||||||
|
|
||||||
// the toggle element
|
// the toggle element
|
||||||
a {
|
a {
|
||||||
|
cursor: pointer;
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
cursor: pointer;
|
|
||||||
min-height: @icon-size + @margin-small;
|
min-height: @icon-size + @margin-small;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
@ -103,6 +102,8 @@
|
||||||
font-size: @font-size-head6;
|
font-size: @font-size-head6;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: -1px 0 (@font-size-head6 / 2); // moves the toggles back to the left (.4 from li margin)
|
margin: -1px 0 (@font-size-head6 / 2); // moves the toggles back to the left (.4 from li margin)
|
||||||
|
padding-bottom: .4rem;
|
||||||
|
padding-top: .4rem;
|
||||||
transition: @transition color, @transition background-color, @transition border-color;
|
transition: @transition color, @transition background-color, @transition border-color;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
@ -200,6 +201,7 @@
|
||||||
min-width: @menu-margin;
|
min-width: @menu-margin;
|
||||||
height: @icon-size;
|
height: @icon-size;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
|
@ -217,7 +219,7 @@
|
||||||
|
|
||||||
// wordbreak too late in IE 10
|
// wordbreak too late in IE 10
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
top: .5rem;
|
top: 0;
|
||||||
bottom: .5rem;
|
bottom: .5rem;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue