fix: prevent dock icons twitching upon theme activation

This commit is contained in:
Baptiste Grob
2020-09-28 13:12:44 +02:00
parent 22db551f1b
commit ddbf50ee82

View File

@@ -27,9 +27,13 @@
} }
} }
&.dock-shortcut:hover .sk-app-bar-item-column { &.dock-shortcut {
width: 12px;
&:hover .sk-app-bar-item-column {
border-bottom: 2px solid var(--sn-stylekit-info-color); border-bottom: 2px solid var(--sn-stylekit-info-color);
} }
}
svg { svg {
width: 12px; width: 12px;