Skip to content

Commit 0cc2b06

Browse files
committed
gnome-shell: Fix spelling error in .lightweight class
The mistake was inherited from upstream. Fix is also inherited from upstream commit: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/2fc6384bca0645317a6ee4242ff08d0281254849
1 parent 297e58d commit 0cc2b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ StScrollBar {
301301
@include fontsize($font-size * 2);
302302
font-weight: 800;
303303

304-
&.leightweight {
304+
&.lightweight {
305305
@include fontsize($font-size * 1.44);
306306
font-weight: 800;
307307
}

0 commit comments

Comments
 (0)