Skip to content

Commit a5069fd

Browse files
committed
gnome-shell: Add looking glass actor tree styling
Based on upstream commit: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/393c6c68056863cb672c781d1d99d081daefcc71
1 parent ca1b967 commit a5069fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/gnome-shell/3.38/sass/_common.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2700,6 +2700,11 @@ StScrollBar {
27002700
color: $link_color;
27012701
&:hover { color: lighten($link_color,10%); }
27022702
}
2703+
.actor-link {
2704+
color: $osd_fg_color;
2705+
&:hover { color: lighten($osd_fg_color, 10%); }
2706+
&:active { color: darken($osd_fg_color, 10%); }
2707+
}
27032708
}
27042709

27052710
.lg-completions-text {

0 commit comments

Comments
 (0)