1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-25 11:44:19 +01:00

Use text-color-selected when status icon is selected

Blue on blue for new files was looking washed out.
This commit is contained in:
Kevin Sawicki 2013-12-11 16:27:30 -08:00
parent 1f58f27450
commit 0def4a8ce3

View File

@ -30,7 +30,12 @@
margin-right: 0;
}
}
}
&.selected {
.status.icon {
color: @text-color-selected;
}
}
}
}
}