Browse Source

Merge pull request #54 from Weilbyte/Weilbyte/issue52

Add dropdown selected item background (fixes #52)
pull/57/head
Weilbyte 4 years ago
committed by GitHub
parent
commit
92f825dcd5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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