mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-26 11:54:21 +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:
parent
1f58f27450
commit
0def4a8ce3
@ -30,7 +30,12 @@
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
&.selected {
|
||||||
|
.status.icon {
|
||||||
|
color: @text-color-selected;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user