diff options
Diffstat (limited to 'common/gtk-3.0/3.14/sass')
-rw-r--r-- | common/gtk-3.0/3.14/sass/_applications.scss | 10 | ||||
-rw-r--r-- | common/gtk-3.0/3.14/sass/_common.scss | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss index f4b2c8d..4889325 100644 --- a/common/gtk-3.0/3.14/sass/_applications.scss +++ b/common/gtk-3.0/3.14/sass/_applications.scss @@ -306,26 +306,26 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { } GbSourceStyleSchemeWidget GtkSourceView { - font-family: Monospace; + font-family: Monospace; } GtkScrolledWindow.gb-linked-scroller { - border-top: none; + border-top: none; } // Disable various animatinos that are enabled by default and really annoying // to the overall flow of Builder. GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { - transition: none; + transition: none; } GbViewStack GtkBox.header.notebook, GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid $borders_color; + border-bottom: 1px solid $borders_color; } GbViewStack.focused GtkBox.header.notebook { - background-color: $bg_color; + background-color: $base_color; .button.dim-label { opacity: 1; } } diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index adafd37..90351b7 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -1438,7 +1438,8 @@ column-header.button.dnd { // for treeview-like derive widgets transparentize(if($variant == 'light', black, white), 0.89) 80%, transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch; - &:active { background-color: $base_color; } + &:active, &:hover { background-color: $base_color; } + &:active:hover { color: $fg_color; } &:insensitive { border-color: $bg_color; background-image: none; |