File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 transition : all 200ms ease-in ;
8080 }
8181
82- statusbar { border-top : 1px solid border_normal ($bg_color ); }
82+ // Ignore: Global double border separator.
83+ // statusbar { border-top: 1px solid border_normal($bg_color); }
8384
8485 statusbar GeditSmallButton, GeditStatusMenuButton {
8586 text-shadow : none ;
Original file line number Diff line number Diff line change 77 background-color : $lightdm_bg_color ;
88 background-image : none ;
99 color : $white ;
10- font : bold ;
10+ font-weight : bold ;
1111 text-shadow : 0 1px alpha ($black , .5 );
1212 -gtk-icon-shadow : 0 1px alpha ($black , .5 );
1313
3333 & :disabled { color : alpha ($white , .7 ); }
3434 }
3535
36- menu > menuitem { font : normal ; }
36+ menu > menuitem { font-weight : normal ; }
3737 }
3838 }
3939
6464
6565 #user_combobox {
6666 color : $lightdm_fg_color ;
67- font : 18px ;
67+ font-size : 18px ;
6868
69- menu { font : normal ; }
69+ menu { font-weight : normal ; }
7070
7171 arrow { color : mix ($lightdm_fg_color , $lightdm_bg_color , .5 ); }
7272 }
113113 }
114114
115115 /* password warning */
116- #greeter_infobar { font : bold ; }
116+ #greeter_infobar { font-weight : bold ; }
117117}
Original file line number Diff line number Diff line change 4242*******/
4343
4444@include exports (" menu" ) {
45- menu , .menu {
45+ menu ,
46+ .menu ,
47+ .context-menu {
4648 padding : 0 ;
4749 border-radius : 0 ;
4850 border : 0 ;
138140 & :indeterminate ,
139141 & :indeterminate :backdrop { color : mix ($menu_fg_color , $menu_bg_color , .5 ); }
140142 }
143+
144+ // avoids labels color being overridden, see
145+ // https://bugzilla.gnome.org/show_bug.cgi?id=767058
146+ label { & :dir (rtl ), & :dir (ltr ) { color : inherit ; } }
141147 }
142148
143149 // overflow arrows
174180 }
175181 }
176182
177- .context-menu { font : initial ; }
183+ .context-menu { font : initial ; } // Decouple the font of context menus from their entry/textview
178184
179185 menuitem {
180186 accelerator {
Original file line number Diff line number Diff line change 231231********************/
232232
233233@include exports (" gnome-bluetooth" ) {
234+ // Base code: https://github.com/GNOME/gnome-bluetooth/blob/a93575c4b590e2b831da32f739294bb2f197d420/lib/bluetooth-settings.css
234235 entry .entry.pin-entry {
235- font : regular 50 ;
236+ font-style : normal ;
237+ font-size : 50px ;
236238 padding-left : 25px ;
237239 padding-right : 25px ;
238240 }
239241
240- label .pin-label { font : regular 50 ; }
242+ label .pin-label {
243+ font-style : normal ;
244+ font-size : 50px ;
245+ }
241246}
242247
243248
Original file line number Diff line number Diff line change 1818 }
1919
2020 .title {
21- font : bold ;
21+ font-weight : bold ;
2222 padding : 0 ($spacing * 2 );
2323 }
2424
2525 .subtitle {
26- font : smaller ;
26+ font-size : smaller ;
2727 padding : 0 ($spacing * 2 );
2828 }
2929
You can’t perform that action at this time.
0 commit comments