Browse Source

7.0: Remove chart button borders

pull/81/head
Weilbyte 4 years ago
parent
commit
ef9d300bca
No known key found for this signature in database GPG Key ID: E1EB2BFCF73B5B9F
  1. 1
      PVEDiscordDark/sass/PVEDiscordDark.sass
  2. 7
      PVEDiscordDark/sass/special/_charts.sass

1
PVEDiscordDark/sass/PVEDiscordDark.sass

@ -34,6 +34,7 @@
@import './special/_icons.sass'
@import './special/_proxmox.sass'
@import './special/_borders.sass'
@import './special/_charts.sass'
html
overflow: scroll

7
PVEDiscordDark/sass/special/_charts.sass

@ -0,0 +1,7 @@
.x-legend-horizontal .x-legend-item,
.x-legend-horizontal .x-legend-item:first-child,
.x-legend-horizontal .x-legend-item:last-child,
.x-legend-vertical .x-legend-item,
.x-legend-vertical .x-legend-item:first-child,
.x-legend-vertical .x-legend-item:last-child
border: none
Loading…
Cancel
Save