[libadwaita/wip/exalm/recoloring-fixes: 28/32] stylesheet: Use currentColor for notebook tab hover
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/recoloring-fixes: 28/32] stylesheet: Use currentColor for notebook tab hover
- Date: Tue, 14 Sep 2021 12:11:37 +0000 (UTC)
commit 85b41d64727643c3df510cf0dc23637518b6cd28
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Sep 2 18:54:44 2021 +0500
stylesheet: Use currentColor for notebook tab hover
src/stylesheet/widgets/_notebook.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_notebook.scss b/src/stylesheet/widgets/_notebook.scss
index 6437ee1e..ef25d0ae 100644
--- a/src/stylesheet/widgets/_notebook.scss
+++ b/src/stylesheet/widgets/_notebook.scss
@@ -127,7 +127,7 @@ notebook {
font-weight: normal;
&:hover {
- background-color: transparentize($bg_color, 0.8);
+ background-color: $view_hover_color;
}
&:not(:checked) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]