fix: prevent dock icons twitching upon theme activation
This commit is contained in:
@@ -27,8 +27,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.dock-shortcut:hover .sk-app-bar-item-column {
|
&.dock-shortcut {
|
||||||
border-bottom: 2px solid var(--sn-stylekit-info-color);
|
width: 12px;
|
||||||
|
|
||||||
|
&:hover .sk-app-bar-item-column {
|
||||||
|
border-bottom: 2px solid var(--sn-stylekit-info-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|||||||
Reference in New Issue
Block a user