Browse Source

Merge pull request #62 from Weilbyte/Weilbyte/issue61

Change selection and hover color (fix #61)
pull/64/head
Weilbyte 4 years ago
committed by GitHub
parent
commit
825f3df8a4
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

@ -3,9 +3,9 @@
background-color: $dark
border: none
&:hover
background-color: $darker
background-color: $light
&.x-boundlist-selected
background-color: $darker
background-color: $light
.x-boundlist
border-color: $darker

Loading…
Cancel
Save