[libadwaita/wip/exalm/lists-style: 11/17] stylesheet: Specificity bump for dropdowns
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/lists-style: 11/17] stylesheet: Specificity bump for dropdowns
- Date: Wed, 19 May 2021 11:13:19 +0000 (UTC)
commit 8ce6fa02445e19326eebb6adc7826bdaa7f164ef
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]