[gtk+] Adwaita: remove messagedialog label squashing hack
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: remove messagedialog label squashing hack
- Date: Fri, 15 Jan 2016 17:40:22 +0000 (UTC)
commit 04f6f38b56e90c916e2c4df59eb57e220512f341
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Fri Jan 15 18:33:38 2016 +0100
Adwaita: remove messagedialog label squashing hack
since Matthias fixed this properly.
gtk/theme/Adwaita/_common.scss | 2 --
gtk/theme/Adwaita/gtk-contained-dark.css | 2 --
gtk/theme/Adwaita/gtk-contained.css | 2 --
3 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index b76df79..29435c2 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3039,8 +3039,6 @@ messagedialog { // Message Dialog styling
border-style: none;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-
- .title { font-size: 0; } // squash the label
}
&.csd { // rounded bottom border styling for csd version
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 91980a0..11c50c9 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -3940,8 +3940,6 @@ messagedialog .titlebar {
border-style: none;
border-top-left-radius: 7px;
border-top-right-radius: 7px; }
- messagedialog .titlebar .title {
- font-size: 0; }
messagedialog.csd.background {
border-bottom-left-radius: 9px;
border-bottom-right-radius: 9px; }
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index b6ec6cd..cdeda15 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -4114,8 +4114,6 @@ messagedialog .titlebar {
border-style: none;
border-top-left-radius: 7px;
border-top-right-radius: 7px; }
- messagedialog .titlebar .title {
- font-size: 0; }
messagedialog.csd.background {
border-bottom-left-radius: 9px;
border-bottom-right-radius: 9px; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]