Fix SVG menu button
This commit is contained in:
parent
5e7e17c839
commit
ed193490ed
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -222,13 +222,13 @@
|
||||||
width: 1.65rem;
|
width: 1.65rem;
|
||||||
height: 1.65rem;
|
height: 1.65rem;
|
||||||
padding: 0.2rem;
|
padding: 0.2rem;
|
||||||
border: 0.1em solid @NvBClr !important;
|
border: none !important;
|
||||||
border-radius: 0.1em !important;
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
svg {
|
svg {
|
||||||
display: block;
|
display: block;
|
||||||
width: 1.25rem;
|
width: 1.25rem;
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
|
fill: @NvTClr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue