aafa011f2b
- rework the entry style to work in both hc and normal - rework drawing functions to accommodate hc - buttons all get borders under hc now - window picker titles are more legible - alt+tab switcher tiles are visible - dash is made more visible under hc - popover menus are all more visible under hc - search results borders are improved - calendar days have a different look under hc - overview bg is completely black in hc Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2527>
22 lines
339 B
SCSS
22 lines
339 B
SCSS
/* Entries */
|
|
|
|
StEntry {
|
|
@extend %entry;
|
|
|
|
StIcon.capslock-warning {
|
|
icon-size: $base_icon_size;
|
|
warning-color: $warning_color;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
StIcon.peek-password {
|
|
icon-size: $base_icon_size;
|
|
padding: 0 4px;
|
|
}
|
|
|
|
StLabel.hint-text {
|
|
margin-left: 2px;
|
|
color: transparentize($fg_color, 0.3);
|
|
}
|
|
}
|