Adjust handle border for sliders in Glyphs tab

This commit is contained in:
Hirame1 2022-06-24 23:03:53 +07:00
parent 49c061652c
commit 50f44d35e3
2 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,7 @@
.c-glyph-sacrifice-options__rarity-slider-handle:hover {
color: black;
background-color: var(--color-reality-light) !important;
border-color: var(--color-reality-light);
}
.c-glyph-sacrifice-options__advanced {

View File

@ -8533,6 +8533,7 @@ kbd {
.c-glyph-levels-and-weights__slider-handle:hover {
color: black;
background-color: var(--color-reality-light);
border-color: var(--color-reality-light);
}
.l-glyph-levels-and-weights__reset-btn-outer {