[libadwaita/wip/exalm/card: 9/14] stylesheet: Fix flat/outline buttons in toolbar popovers
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/card: 9/14] stylesheet: Fix flat/outline buttons in toolbar popovers
- Date: Thu, 21 Oct 2021 22:56:49 +0000 (UTC)
commit 48ba17b126c0d429f7e32e0f9d2f2865a5384ed2
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Oct 21 14:22:24 2021 +0500
stylesheet: Fix flat/outline buttons in toolbar popovers
src/stylesheet/widgets/_toolbars.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_toolbars.scss b/src/stylesheet/widgets/_toolbars.scss
index 827afc12..b867d6dd 100644
--- a/src/stylesheet/widgets/_toolbars.scss
+++ b/src/stylesheet/widgets/_toolbars.scss
@@ -79,7 +79,7 @@
// Reset styles for popovers
popover {
- button:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
+
button:not(.flat):not(.outline):not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
&.arrow-button,
&.image-button,
&.image-text-button {
@@ -87,7 +87,7 @@
}
}
- menubutton:not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque) {
+
menubutton:not(.flat):not(.outline):not(.raised):not(.suggested-action):not(.destructive-action):not(.opaque)
{
&.image-button > button {
@extend %button_basic_raised;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]