Browse Source

Add dropdown selected item background (fixes #52)

pull/54/head
Weilbyte 4 years ago
parent
commit
a893e963de
No known key found for this signature in database GPG Key ID: E1EB2BFCF73B5B9F
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 4
      PVEDiscordDark/sass/x/_boundlist.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

4
PVEDiscordDark/sass/x/_boundlist.sass

@ -4,6 +4,8 @@
border: none
&:hover
background-color: $darker
&.x-boundlist-selected
background-color: $darker
.x-boundlist
border-color: $darker
border-color: $darker

Loading…
Cancel
Save