mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Reverted style for focused buttons
It does not look good with the linked buttons :(
This commit is contained in:
@@ -223,7 +223,8 @@ GtkAssistant .sidebar {
|
||||
.button:hover:focus,
|
||||
.button:active:focus,
|
||||
.button:active:hover:focus {
|
||||
border-color: @theme_selected_bg_color;
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.button:insensitive {
|
||||
@@ -544,7 +545,7 @@ GtkComboBox.combobox-entry .button:insensitive {
|
||||
|
||||
.entry:active,
|
||||
.entry:focus {
|
||||
border-color: @theme_selected_bg_color;
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.entry:selected,
|
||||
@@ -1663,7 +1664,8 @@ GtkTextView {
|
||||
.toolbar .button:hover:focus,
|
||||
.toolbar .button:active:focus,
|
||||
.toolbar .button:active:hover:focus {
|
||||
border-color: @theme_selected_bg_color;
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
color: shade(@theme_fg_color, 0.7);
|
||||
}
|
||||
|
||||
.primary-toolbar .button:insensitive,
|
||||
@@ -1686,7 +1688,7 @@ GtkTextView {
|
||||
|
||||
.primary-toolbar .entry:active,
|
||||
.primary-toolbar .entry:focus {
|
||||
border-color: @theme_selected_bg_color;
|
||||
border-color: shade(@theme_bg_color, 0.7);
|
||||
}
|
||||
|
||||
.primary-toolbar GtkSeparatorToolItem,
|
||||
|
||||
Reference in New Issue
Block a user