Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Module:GameInfo/styles.css: Difference between revisions

From SpiritVale Wiki
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;
}
}