0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 09:02:37 +00:00

Small CSS tweaks/display 'value' tooltip only if exists

The range slider should only display a tooltip for the value if the value attribute exists.  For example, the difference between controlled and uncontrolled inputs.

Update toolBar.less
This commit is contained in:
Gazook89
2024-10-06 21:26:27 -05:00
parent 41f390b305
commit 9fce94af63

View File

@@ -57,7 +57,7 @@
outline : none;
}
&:hover::after {
&[value]:hover::after {
position : absolute;
bottom : -30px;
left : 50%;
@@ -94,6 +94,11 @@
font-weight : unset;
color : inherit;
background-color : unset;
&:not(button:has(i, svg)) {
padding: 0 8px;
}
&:hover { background-color : #444444; }
&:focus { outline : 1px solid #D3D3D3; }
&:disabled {