Gnome: Fix error log due to invalid property name #125

This commit is contained in:
EliverLara
2020-12-29 13:43:15 -06:00
parent 863bbacd4a
commit f8dd4038d2
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
@include button(normal-header);
margin-top: 5px;
margin-bottom: 5px;
height: 24px;
min-height: 24px;
&:hover { color: $selected_bg_color; }
&:selected,
&:active,

View File

@@ -6339,7 +6339,7 @@ ConversationListView {
border: none;
margin-top: 5px;
margin-bottom: 5px;
height: 24px; }
min-height: 24px; }
.nemo-window toolbar.primary-toolbar button:hover {
color: #c50ed2; }
.nemo-window toolbar.primary-toolbar button:selected, .nemo-window toolbar.primary-toolbar button:active, .nemo-window toolbar.primary-toolbar button:checked {

View File

@@ -6339,7 +6339,7 @@ ConversationListView {
border: none;
margin-top: 5px;
margin-bottom: 5px;
height: 24px; }
min-height: 24px; }
.nemo-window toolbar.primary-toolbar button:hover {
color: #c50ed2; }
.nemo-window toolbar.primary-toolbar button:selected, .nemo-window toolbar.primary-toolbar button:active, .nemo-window toolbar.primary-toolbar button:checked {