[libadwaita/wip/exalm/backdrop: 3/14] stylesheet: Remove a backdrop-specific rule for notebook
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/backdrop: 3/14] stylesheet: Remove a backdrop-specific rule for notebook
- Date: Thu, 29 Apr 2021 20:49:00 +0000 (UTC)
commit 527d0a09948d58834a2de62af85e62d465e3f449
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Apr 29 18:34:26 2021 +0500
stylesheet: Remove a backdrop-specific rule for notebook
The rest of the notebook has hover in backdrop except for arrows.
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 a075628..bf0060d 100644
--- a/src/stylesheet/widgets/_notebook.scss
+++ b/src/stylesheet/widgets/_notebook.scss
@@ -113,7 +113,7 @@ notebook {
min-width: 16px;
border-radius: 0;
- &:hover:not(:active):not(:backdrop) {
+ &:hover:not(:active) {
background-clip: padding-box;
background-image: none;
background-color: transparentize(white, 0.7);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]