[libadwaita/wip/exalm/screenshots-2: 17/21] stylesheet: Remove searchbar.inline border
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/screenshots-2: 17/21] stylesheet: Remove searchbar.inline border
- Date: Mon, 20 Dec 2021 15:45:36 +0000 (UTC)
commit d9dd6b0e72f87cdba080a8673b11bdb1e68c871a
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Dec 20 16:45:51 2021 +0500
stylesheet: Remove searchbar.inline border
Same thing as tab bar, it doesn't need a border.
src/stylesheet/widgets/_toolbars.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index 3e3b94f7..d2494362 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -142,6 +142,7 @@ searchbar {
background-color: $headerbar_bg_color;
color: $headerbar_fg_color;
box-shadow: inset 0 -1px $headerbar_border_color;
+ padding-bottom: 1px;
&:backdrop {
background-color: $headerbar_backdrop_color;
@@ -150,9 +151,8 @@ searchbar {
}
> revealer > box {
- padding: 0px 6px 1px 6px;
+ padding: 0px 6px;
border-spacing: 6px;
- box-shadow: inset 0 -1px $border_color;
@extend %toolbar;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]