[libadwaita/wip/exalm/borderless: 1/16] stylesheet: Support arrow menu buttons
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borderless: 1/16] stylesheet: Support arrow menu buttons
- Date: Sun, 4 Jul 2021 14:39:05 +0000 (UTC)
commit 3f115e789962e9516c604f49bea688e12cb162a0
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Jun 29 12:43:28 2021 +0500
stylesheet: Support arrow menu buttons
See https://gitlab.gnome.org/GNOME/gtk/-/commit/47b5c68df4e23727886e335db88d989366e4dc2b
src/stylesheet/widgets/_buttons.scss | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss
index fd7fe37b..6334058b 100644
--- a/src/stylesheet/widgets/_buttons.scss
+++ b/src/stylesheet/widgets/_buttons.scss
@@ -338,6 +338,14 @@ button.outline {
}
menubutton {
+ > button > box {
+ border-spacing: 6px;
+ }
+
+ > button.arrow-button > box {
+ border-spacing: 3px;
+ }
+
&.osd {
background: none;
color: inherit;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]