From 59d12be94ff17b0c9404f13556c5ae468f507f09 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 Mar 2015 21:32:38 -0400 Subject: [PATCH] HighContrast: Some formatting fixes --- gtk/theme/HighContrast/_common.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index 506f55cd1b..44af601d99 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -547,7 +547,7 @@ $_dot_color: $selected_bg_color; border-radius: 0; } -%linked_vertical{ +%linked_vertical { @extend %linked_vertical_middle; &:first-child { border-style: solid; @@ -722,7 +722,8 @@ GtkColorButton.button { padding: 4px; } // Uniform padding on the * border-radius: 0; * box-shadow: none; * } - * } */ + * } + */ } /************** @@ -777,9 +778,9 @@ GtkComboBox { } .linked > GtkComboBox > .button { - // the combo is a composite widget so the way we do button linkind doesn't - // work, special case needed. See - // https://bugzilla.gnome.org/show_bug.cgi?id=733979 + // The combo is a composite widget so the way we do + // button linking doesn't work, special case needed. + // See https://bugzilla.gnome.org/show_bug.cgi?id=733979 &:dir(ltr) { @extend %linked_middle; } // specificity bump &:dir(rtl) { @extend %linked_middle:dir(rtl); } }