[gnome-shell-sass] theme: No stroke on entries
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: No stroke on entries
- Date: Tue, 17 Aug 2021 23:49:14 +0000 (UTC)
commit ea115937a9185d23ad235ee33477441e2edc4eee
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Jul 22 13:44:12 2021 +0200
theme: No stroke on entries
- Tobias' mini guadec initiative
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1924>
widgets/_entries.scss | 2 +-
widgets/_search-entry.scss | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/widgets/_entries.scss b/widgets/_entries.scss
index 0a43e86..5a11945 100644
--- a/widgets/_entries.scss
+++ b/widgets/_entries.scss
@@ -3,7 +3,7 @@
StEntry {
border-radius: $base_border_radius;
padding: 8px;
- border-width: 1px;
+ border-width: 0;
color: $fg_color;
@include entry(normal);
//&:hover { @include entry(hover);}
diff --git a/widgets/_search-entry.scss b/widgets/_search-entry.scss
index b184e67..d3584fb 100644
--- a/widgets/_search-entry.scss
+++ b/widgets/_search-entry.scss
@@ -10,19 +10,16 @@ $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;
margin-top: $base_spacing * 2;
margin-bottom: $base_spacing;
-
+ border-width: 2px;
+ border-color: transparent;
&:hover {
background-color: $hover_bg_color;
- border-color: $hover_borders_color;
color: $hover_fg_color;
}
&:focus {
- padding: $base_padding $base_padding+2; // 1px less to account for wider border
- border-width: 2px;
border-style: solid;
border-color: $selected_bg_color;
color: $fg_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]