[libadwaita/wip/exalm/lists-style: 4/9] stylesheet: Specificity bump for dropdowns
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/lists-style: 4/9] stylesheet: Specificity bump for dropdowns
- Date: Mon, 17 May 2021 20:35:09 +0000 (UTC)
commit a62b47720781fa8fd2bbfe6722551b61c7da80e4
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon May 17 23:29:40 2021 +0500
stylesheet: Specificity bump for dropdowns
The row inside the button turns out to be activatable, make sure it doesn't
get a hover style.
src/stylesheet/widgets/_dropdowns.scss | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/stylesheet/widgets/_dropdowns.scss b/src/stylesheet/widgets/_dropdowns.scss
index 9033e023..22e2d4ae 100644
--- a/src/stylesheet/widgets/_dropdowns.scss
+++ b/src/stylesheet/widgets/_dropdowns.scss
@@ -2,6 +2,10 @@ dropdown > popover.menu.background > contents { padding: 0; }
dropdown > button > box {
border-spacing: 6px;
+
+ > stack > row.activatable:hover {
+ background: none;
+ }
}
dropdown,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]