summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2021-07-22 13:19:50 +0200
committerJakub Steiner <jimmac@gmail.com>2021-07-22 14:04:55 +0200
commita3412150cdeac5749c79b44b56f0dee748c54cba (patch)
tree830e6f64c3f7022a28ba802f70d258ddf91e1d79
parent678b06fc7e30d334fa96d804d064431651b1ec65 (diff)
downloadgnome-shell-wip/jimmac/searchbox-nostroke.tar.gz
theme: Searchbar with no borderwip/jimmac/searchbox-nostroke
- don't do stroke on search entry, sync with all other entries - Tobias' GUADEC mini initiated
-rw-r--r--data/theme/gnome-shell-sass/widgets/_search-entry.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_search-entry.scss b/data/theme/gnome-shell-sass/widgets/_search-entry.scss
index b184e674e..37f565c56 100644
--- a/data/theme/gnome-shell-sass/widgets/_search-entry.scss
+++ b/data/theme/gnome-shell-sass/widgets/_search-entry.scss
@@ -10,13 +10,12 @@ $search_entry_height: 36px;
border-radius: $search_entry_height * 0.5; // half the height
color: transparentize($fg_color,0.3);
background-color: $bg_color;
- border-color: $borders_color;
+ border-color: transparent;
margin-top: $base_spacing * 2;
margin-bottom: $base_spacing;
&:hover {
background-color: $hover_bg_color;
- border-color: $hover_borders_color;
color: $hover_fg_color;
}