Skip to content

Commit

Permalink
fix: prevent dock icons twitching upon theme activation
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Sep 28, 2020
1 parent 22db551 commit ddbf50e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/assets/stylesheets/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@
}
}

&.dock-shortcut:hover .sk-app-bar-item-column {
border-bottom: 2px solid var(--sn-stylekit-info-color);
&.dock-shortcut {
width: 12px;

&:hover .sk-app-bar-item-column {
border-bottom: 2px solid var(--sn-stylekit-info-color);
}
}

svg {
Expand Down

0 comments on commit ddbf50e

Please sign in to comment.