Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 166fba6

Browse files
authored
Improve the appearance of the font size slider (#7038)
1 parent 04c06b6 commit 166fba6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

res/css/views/elements/_Slider.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ limitations under the License.
5858
height: $slider-selection-dot-size;
5959
background-color: $slider-selection-color;
6060
border-radius: 50%;
61-
box-shadow: 0 0 6px lightgrey;
6261
z-index: 10;
6362
}
6463

res/themes/dark/css/_dark.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ $button-link-bg-color: transparent;
165165
// Toggle switch
166166
$togglesw-off-color: $room-highlight-color;
167167

168+
// Slider
169+
$slider-background-color: $quinary-content;
170+
168171
$progressbar-fg-color: $accent-color;
169172
$progressbar-bg-color: $system;
170173

0 commit comments

Comments
 (0)