[libadwaita/wip/exalm/dialog-title] stylesheet: Make message dialog title selector more specific
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/dialog-title] stylesheet: Make message dialog title selector more specific
- Date: Thu, 14 Oct 2021 07:50:39 +0000 (UTC)
commit 7470f757094bd21464ef7a27f180fb7cd1ec0d37
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Oct 14 12:49:07 2021 +0500
stylesheet: Make message dialog title selector more specific
Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/291
src/stylesheet/widgets/_message-dialog.scss | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/stylesheet/widgets/_message-dialog.scss b/src/stylesheet/widgets/_message-dialog.scss
index 5c21a26e..b9734055 100644
--- a/src/stylesheet/widgets/_message-dialog.scss
+++ b/src/stylesheet/widgets/_message-dialog.scss
@@ -10,11 +10,11 @@ window.dialog.message {
box.dialog-vbox.vertical {
margin-top: 6px;
border-spacing: 24px;
- }
- & label.title {
- font-weight: 800;
- font-size: 15pt;
+ > box > box > box > label.title {
+ font-weight: 800;
+ font-size: 15pt;
+ }
}
&.csd {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]