Skip to content

Commit

Permalink
Show the currently focused application
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas committed Mar 18, 2024
1 parent 68e0203 commit de35ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _stylesheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,11 @@ $dock_style_modes: [null, shrink, extended, extended-shrink];
border: 0px;
}

.overview-tile .overview-icon {
.overview-icon {
background-color: rgba(255,255,255,0);
}

.overview-tile:hover .overview-icon, .overview-tile.focused .overview-icon, .show-apps:hover .overview-icon {
.overview-tile:hover .overview-icon, .show-apps:hover .overview-icon {
background-color: $remark_color;
}

Expand Down

0 comments on commit de35ab6

Please sign in to comment.