[libadwaita/wip/exalm/stylesheet2: 53/97] stylesheet: Group file chooser styles together
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet2: 53/97] stylesheet: Group file chooser styles together
- Date: Fri, 9 Apr 2021 12:30:25 +0000 (UTC)
commit daacfafdc3a424c3531a27efce5f0ec6326b0385
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Apr 8 23:41:37 2021 +0500
stylesheet: Group file chooser styles together
src/stylesheet/_common.scss | 70 ++++++++++++++++++++++-----------------------
1 file changed, 35 insertions(+), 35 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index b200819..389165d 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -3393,41 +3393,6 @@ window.dialog.message { // Message Dialog styling
}
}
-filechooser {
- .dialog-action-box {
- border-top: 1px solid $borders_color;
- }
-
- #pathbarbox { border-bottom: 1px solid $bg_color; }
-
- pathbar > button {
- &.text-button, &.image-button, & {
- padding-left: 4px;
- padding-right: 4px;
- }
-
- &.text-button.image-button label {
- padding-left: 0;
- padding-right: 0;
- }
-
- &.text-button.image-button, & {
- label:last-child { padding-right: 8px; }
- label:first-child { padding-left: 8px; }
- }
-
- image {
- padding-left: 4px;
- padding-right: 4px;
- }
-
- &.slider-button {
- padding-left: 0;
- padding-right: 0;
- }
- }
-}
-
/***********
* Sidebar *
***********/
@@ -3614,6 +3579,41 @@ placesview {
}
}
+filechooser {
+ .dialog-action-box {
+ border-top: 1px solid $borders_color;
+ }
+
+ #pathbarbox { border-bottom: 1px solid $bg_color; }
+
+ pathbar > button {
+ &.text-button, &.image-button, & {
+ padding-left: 4px;
+ padding-right: 4px;
+ }
+
+ &.text-button.image-button label {
+ padding-left: 0;
+ padding-right: 0;
+ }
+
+ &.text-button.image-button, & {
+ label:last-child { padding-right: 8px; }
+ label:first-child { padding-left: 8px; }
+ }
+
+ image {
+ padding-left: 4px;
+ padding-right: 4px;
+ }
+
+ &.slider-button {
+ padding-left: 0;
+ padding-right: 0;
+ }
+ }
+}
+
/*********
* Paned *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]