File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ TextLog:focus {
5555 border: solid $rp-primary;
5656}
5757
58- ListView > ListItem.-- highlight {
58+ ListView > ListItem.-highlight {
5959 color: $rp-text;
6060}
6161
@@ -94,7 +94,7 @@ Checkbox:focus {
9494 border: solid $rp-primary;
9595}
9696
97- SearchResultList > ListItem.-- highlight {
97+ SearchResultList > ListItem.-highlight {
9898 background: $rp-primary 15%;
9999}
100100
Original file line number Diff line number Diff line change @@ -17,6 +17,15 @@ PartitionList > ListItem {
1717 padding : 0 0 0 1 ;
1818}
1919
20+ PartitionList > ListItem .-highlight {
21+ background : $primary 20% ;
22+ }
23+
24+ PartitionList > ListItem .mounted .-highlight ,
25+ PartitionList > ListItem .mounted .-highlight > Label {
26+ color: $block- cursor - for eground;
27+ }
28+
2029# start-search-button {
2130 margin : 0 0 0 10 ;
2231}
You can’t perform that action at this time.
0 commit comments