fx115: fix the itemBox rows stretching on hover
display: block on hidden toolbarbuttons ends up stretching the icon and the row. Use display: revert instead.
This commit is contained in:
parent
5f37ae4ab1
commit
48858fe07f
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
|||
&:not(.noHover):hover .show-on-hover,
|
||||
&:focus-within .show-on-hover {
|
||||
visibility: visible;
|
||||
display: block;
|
||||
display: revert;
|
||||
}
|
||||
|
||||
.meta-data {
|
||||
|
|
Loading…
Reference in a new issue