Skip to content

Commit

Permalink
🐛 Fix quick settings button always visible when hovering the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Oct 19, 2016
1 parent 813efb3 commit ca1a3d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/minimap.less
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ atom-text-editor, html {
font-family: 'Octicons Regular';
}
}
}
&:hover .open-minimap-quick-settings {
opacity: 1;
transition: opacity 0.1s;
&:hover .open-minimap-quick-settings {
opacity: 1;
transition: opacity 0.1s;
}
}
}

Expand Down

0 comments on commit ca1a3d8

Please sign in to comment.