[libadwaita/wip/exalm/borders: 25/40] stylesheet: Stop using $dark_fill for notebook hover
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borders: 25/40] stylesheet: Stop using $dark_fill for notebook hover
- Date: Mon, 26 Jul 2021 16:42:18 +0000 (UTC)
commit 05c180a67390a8501be9fee3570e59dcc3ba9017
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Jul 26 20:28:36 2021 +0500
stylesheet: Stop using $dark_fill for notebook hover
src/stylesheet/widgets/_notebook.scss | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/src/stylesheet/widgets/_notebook.scss b/src/stylesheet/widgets/_notebook.scss
index c9b5bb26..b4d3c97f 100644
--- a/src/stylesheet/widgets/_notebook.scss
+++ b/src/stylesheet/widgets/_notebook.scss
@@ -16,7 +16,6 @@ notebook {
> tab {
&:hover { box-shadow: inset 0 -4px $borders_color; }
-
&:checked { box-shadow: inset 0 -4px $accent_bg_color; }
}
}
@@ -130,12 +129,10 @@ notebook {
border-color: transparent; //
&:hover {
- color: $fg_color;
- background-color: darken($dark_fill,4%);
+ background-color: transparentize($bg_color, 0.8);
&.reorderable-page {
border-color: transparentize($borders_color, 0.7);
- background-color: transparentize($bg_color, 0.8);
}
}
@@ -144,7 +141,6 @@ notebook {
}
&:checked {
- color: $fg_color;
&.reorderable-page {
border-color: transparentize($borders_color, 0.5);
background-color: transparentize($bg_color, 0.5);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]