Module:GameInfo/styles.css: Difference between revisions
From SpiritVale Wiki
More actions
No edit summary |
No edit summary |
||
| Line 978: | Line 978: | ||
display: inline !important; | display: inline !important; | ||
white-space: nowrap !important; | white-space: nowrap !important; | ||
} | |||
/* -------------------------------------------------------------------------- | |||
PATCH: Remove click highlight on the level scale | |||
- kills the focus outline that appears on mouse/touch click | |||
- prevents text-selection highlight while dragging | |||
--------------------------------------------------------------------------- */ | |||
.sv-level-range--custom:focus { | |||
outline: none; | |||
} | |||
.sv-level-range--custom, | |||
.sv-level-track, | |||
.sv-level-fill, | |||
.sv-level-thumb, | |||
.sv-level-ticklabels { | |||
user-select: none; | |||
} | } | ||