DropdownMenu: disable svg icon transition for better hover state
This commit is contained in:
parent
2cecefd749
commit
7361dba65b
1 changed files with 2 additions and 0 deletions
|
@ -83,9 +83,11 @@
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
transition: none;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
stroke-width: 1.5;
|
stroke-width: 1.5;
|
||||||
|
transition: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue