gnome-shell/data/theme/gnome-shell-sass/widgets/_search-entry.scss
Sam Hewitt aafa011f2b style: High Contrast improvments
- 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>
2022-11-24 09:54:02 +00:00

14 lines
257 B
SCSS

// Search entry
.search-entry {
border-radius: 99px;
margin-top: $base_padding*2;
margin-bottom: $base_padding;
width: 24em;
.search-entry-icon {
icon-size: $base_icon_size;
margin-top: 2px; // center vertically
padding: 0 4px;
}
}