mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
gedit: fix scrollbars-junction
This commit is contained in:
@@ -3868,6 +3868,11 @@ GeditFileBrowserWidget {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
.maximized GeditFileBrowserWidget {
|
||||
background-color: #353945; }
|
||||
GeditFileBrowserWidget .scrollbars-junction,
|
||||
GeditFileBrowserWidget .scrollbar.trough,
|
||||
GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough {
|
||||
border-color: transparent;
|
||||
background-color: transparent; }
|
||||
GeditFileBrowserWidget .horizontal {
|
||||
background-color: transparent;
|
||||
border-color: rgba(37, 40, 49, 0.95); }
|
||||
|
||||
@@ -3861,6 +3861,11 @@ GeditFileBrowserWidget {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
.maximized GeditFileBrowserWidget {
|
||||
background-color: #353945; }
|
||||
GeditFileBrowserWidget .scrollbars-junction,
|
||||
GeditFileBrowserWidget .scrollbar.trough,
|
||||
GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough {
|
||||
border-color: transparent;
|
||||
background-color: transparent; }
|
||||
GeditFileBrowserWidget .horizontal {
|
||||
background-color: transparent;
|
||||
border-color: rgba(37, 40, 49, 0.95); }
|
||||
|
||||
@@ -3868,6 +3868,11 @@ GeditFileBrowserWidget {
|
||||
background-color: #353945; }
|
||||
.maximized GeditFileBrowserWidget {
|
||||
background-color: #353945; }
|
||||
GeditFileBrowserWidget .scrollbars-junction,
|
||||
GeditFileBrowserWidget .scrollbar.trough,
|
||||
GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough {
|
||||
border-color: transparent;
|
||||
background-color: transparent; }
|
||||
GeditFileBrowserWidget .horizontal {
|
||||
background-color: transparent;
|
||||
border-color: #252831; }
|
||||
|
||||
@@ -3861,6 +3861,11 @@ GeditFileBrowserWidget {
|
||||
background-color: #353945; }
|
||||
.maximized GeditFileBrowserWidget {
|
||||
background-color: #353945; }
|
||||
GeditFileBrowserWidget .scrollbars-junction,
|
||||
GeditFileBrowserWidget .scrollbar.trough,
|
||||
GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough {
|
||||
border-color: transparent;
|
||||
background-color: transparent; }
|
||||
GeditFileBrowserWidget .horizontal {
|
||||
background-color: transparent;
|
||||
border-color: #252831; }
|
||||
|
||||
@@ -3861,6 +3861,11 @@ GeditFileBrowserWidget {
|
||||
background-color: #353945; }
|
||||
.maximized GeditFileBrowserWidget {
|
||||
background-color: #353945; }
|
||||
GeditFileBrowserWidget .scrollbars-junction,
|
||||
GeditFileBrowserWidget .scrollbar.trough,
|
||||
GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough {
|
||||
border-color: transparent;
|
||||
background-color: transparent; }
|
||||
GeditFileBrowserWidget .horizontal {
|
||||
background-color: transparent;
|
||||
border-color: #252831; }
|
||||
|
||||
@@ -3861,6 +3861,11 @@ GeditFileBrowserWidget {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
.maximized GeditFileBrowserWidget {
|
||||
background-color: #353945; }
|
||||
GeditFileBrowserWidget .scrollbars-junction,
|
||||
GeditFileBrowserWidget .scrollbar.trough,
|
||||
GeditFileBrowserWidget .scrollbars-junction.frame, GeditFileBrowserWidget .frame.scrollbar.trough {
|
||||
border-color: transparent;
|
||||
background-color: transparent; }
|
||||
GeditFileBrowserWidget .horizontal {
|
||||
background-color: transparent;
|
||||
border-color: rgba(37, 40, 49, 0.95); }
|
||||
|
||||
@@ -165,6 +165,12 @@ GeditFileBrowserWidget {
|
||||
|
||||
.scrollbar { @extend %dark_sidebar_scrollbar }
|
||||
|
||||
.scrollbars-junction,
|
||||
.scrollbars-junction.frame {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.horizontal {
|
||||
background-color: transparent;
|
||||
border-color: darken($dark_sidebar_bg, 7%);
|
||||
@@ -224,9 +230,4 @@ GeditWindow.background.csd GeditFileBrowserView.view {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
&s-junction,
|
||||
&s-junction.frame {
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user