[libadwaita/wip/exalm/buttons-5: 14/20] stylesheet: Redo the message dialog action area
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/buttons-5: 14/20] stylesheet: Redo the message dialog action area
- Date: Fri, 11 Jun 2021 08:48:51 +0000 (UTC)
commit 9028bde544a2f7ce64c38349a8d29afa92f06e6b
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Jun 10 22:49:56 2021 +0500
stylesheet: Redo the message dialog action area
Use flat buttons, separate the top border. Prepare for the new button
style.
src/stylesheet/widgets/_message-dialog.scss | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/src/stylesheet/widgets/_message-dialog.scss b/src/stylesheet/widgets/_message-dialog.scss
index 47cd7124..968b124f 100644
--- a/src/stylesheet/widgets/_message-dialog.scss
+++ b/src/stylesheet/widgets/_message-dialog.scss
@@ -24,20 +24,24 @@ window.dialog.message {
border-bottom-right-radius: $window_radius+1;
}
- .dialog-action-area button {
- padding: 10px 14px; // labels are not vertically centered on message dialog, this is a workaround
- border-radius: 0;
- border-left-style: solid;
- border-right-style: none;
- border-bottom-style: none;
+ .dialog-action-area {
+ border-top: 1px solid $borders_color;
- &:first-child {
- border-left-style: none;
- border-bottom-left-radius: 7px;
- }
+ > button {
+ @extend %button_basic_flat;
+ padding: 10px 14px; // labels are not vertically centered on message dialog, this is a workaround
+ border-radius: 0;
+ border: none;
+ border-left: 1px solid $borders_color;
+
+ &:first-child {
+ border-bottom-left-radius: $window_radius+1;
+ border-left: none;
+ }
- &:last-child {
- border-bottom-right-radius: 7px;
+ &:last-child {
+ border-bottom-right-radius: $window_radius+1;
+ }
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]