Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Better selection colors
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbuscher committed Dec 21, 2015
1 parent b004ee0 commit fa03886
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions N1-Taiga/styles/threads.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
color: @taiga-dark !important;
background-color: darken(@taiga-lighter, 5%) !important;
}
&.selected {
color: @taiga-dark !important;
background-color: darken(@taiga-lighter, 5%) !important;
}
&.keyboard-cursor {
.list-column-Item {
border-left: 4px solid darken(@taiga-lighter, 50%) !important;
}
}
}
}
}
Expand Down

0 comments on commit fa03886

Please sign in to comment.