mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome: Fix error log due to invalid property name #125
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user