summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy OBrien <obrien.timothy.a@gmail.com>2019-01-14 00:13:40 +1100
committerCarlos Soriano <csoriano1618@gmail.com>2019-01-14 12:38:23 +0000
commitd63340d68667e0f8b80b7ab81cee4b03b9b4f437 (patch)
tree3a9d2279c76a2d24d992941a30dffbc47b94528d
parentbb6f46ff3e49a2342f78c6732ebcae85ea07ee8e (diff)
downloadnautilus-d63340d68667e0f8b80b7ab81cee4b03b9b4f437.tar.gz
Adwaita.css: Sidebar Unmount Icon Color Style
The unmount icon for a device was displayed in inverted color when the device was selected in the sidebar. Applied styling to use the same theme color as other selected icons. Fixes #645
-rw-r--r--src/resources/css/Adwaita.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index dba165d25..1dc10768b 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -81,6 +81,7 @@ entry.search > * {
}
.sidebar-row:selected,
+.sidebar-row:selected image,
.sidebar-row:selected label {
color: mix(@theme_fg_color, @theme_text_color, 0.5);
}