mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-15 14:21:11 +01:00
Improve the appearance of the font size slider (#7038)
This commit is contained in:
parent
04c06b6aa8
commit
166fba6428
@ -58,7 +58,6 @@ limitations under the License.
|
||||
height: $slider-selection-dot-size;
|
||||
background-color: $slider-selection-color;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 6px lightgrey;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
@ -165,6 +165,9 @@ $button-link-bg-color: transparent;
|
||||
// Toggle switch
|
||||
$togglesw-off-color: $room-highlight-color;
|
||||
|
||||
// Slider
|
||||
$slider-background-color: $quinary-content;
|
||||
|
||||
$progressbar-fg-color: $accent-color;
|
||||
$progressbar-bg-color: $system;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user