[libadwaita/wip/exalm/screenshots-2: 16/21] stylesheet: Remove tabbar.inline border
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/screenshots-2: 16/21] stylesheet: Remove tabbar.inline border
- Date: Mon, 20 Dec 2021 15:45:36 +0000 (UTC)
commit 5abb37ac1243575167ec0a16e901f646798828d1
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Dec 20 16:42:17 2021 +0500
stylesheet: Remove tabbar.inline border
Inline means it can be embedded, it doesn't need to provide borders for
that.
src/stylesheet/widgets/_tab-view.scss | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_tab-view.scss b/src/stylesheet/widgets/_tab-view.scss
index 896f1d22..11087099 100644
--- a/src/stylesheet/widgets/_tab-view.scss
+++ b/src/stylesheet/widgets/_tab-view.scss
@@ -20,7 +20,6 @@ $tab_needs_attention_gradient: radial-gradient(ellipse at bottom,
tabbar {
.box {
min-height: 38px;
- border-bottom: 1px solid $border_color;
}
scrolledwindow.pinned {
@@ -126,7 +125,7 @@ tabbar {
.box {
background-color: $headerbar_bg_color;
color: $headerbar_fg_color;
- border-color: $headerbar_border_color;
+ border-bottom: 1px solid $headerbar_border_color;
}
scrolledwindow.pinned {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]