Skip to content

Commit 09745d9

Browse files
committed
gnome-shell: Update LookingGlass buttons
Fixes and small updates fox GNOME Shell 42.
1 parent f6d894c commit 09745d9

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2739,6 +2739,15 @@ $_dash_bottom_margin: 20px;
27392739
border: none;
27402740
background-color: transparent;
27412741
border-radius: 0px;
2742+
spacing: 6px;
2743+
2744+
.lg-toolbar-button {
2745+
padding: 5px 10px;
2746+
border-radius: 2px;
2747+
@extend %button;
2748+
2749+
& > StIcon { icon-size: 16px; }
2750+
}
27422751
}
27432752
.labels { spacing: 4px; }
27442753

@@ -2750,15 +2759,16 @@ $_dash_bottom_margin: 20px;
27502759
transition-duration: 100ms;
27512760
padding-left: .3em;
27522761
padding-right: .3em;
2762+
border-radius: 2px;
27532763

27542764
&:hover {
27552765
color: $_panel_fg_color;
2756-
text-shadow: black 0px 2px 2px;
2766+
background-color: transparentize($_panel_fg_color, 0.95);
27572767
}
27582768
&:selected {
27592769
border-bottom-width: 0px;
2760-
color: $selected_bg_color;
2761-
text-shadow: black 0px 2px 2px;
2770+
color: $selected_fg_color;
2771+
background-color: $selected_bg_color;
27622772
}
27632773
}
27642774
StBoxLayout#EvalBox { padding: 4px; spacing: 4px; }

0 commit comments

Comments
 (0)