0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 07:32:40 +00:00

set defaultValue of gap sliders

defaultValue matches the normal styled values of the gap property on the .pages element.

removed the "tooltip" that showed the current value from the range sliders inside the anchoredbox (the gap sliders).
This commit is contained in:
Gazook89
2024-10-11 22:53:38 -05:00
parent 73504a3386
commit 6fca21b6ed
2 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@
outline : none;
}
&[value]:hover::after {
&.hover-tooltip[value]:hover::after {
position : absolute;
bottom : -30px;
left : 50%;