Fix Navigation menu shadow and added rules for icon in button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
0a400c4259
commit
17f8067db5
2 changed files with 2 additions and 0 deletions
|
@ -620,6 +620,7 @@ em {
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
|
box-shadow: none;
|
||||||
/* prevent .action class to break the design */
|
/* prevent .action class to break the design */
|
||||||
&.action {
|
&.action {
|
||||||
padding: inherit !important;
|
padding: inherit !important;
|
||||||
|
|
|
@ -140,6 +140,7 @@ button, .button {
|
||||||
&[class*=' icon-'] {
|
&[class*=' icon-'] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue