We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We don't current ever show scale values, but in same cases it might be nice to show the value while dragging the slider
Style scale value as an .osd element:
scale value { background-color: alpha(@BLACK_700, 0.9); border-radius: 3px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); color: white; padding: 3px 6px; margin: -6px -6px -3px -6px; transition: all 200ms ease-in-out; } scale:not(.dragging) value { color: transparent; background: transparent; box-shadow: none; }
elementary/switchboard-plug-keyboard#447
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
We don't current ever show scale values, but in same cases it might be nice to show the value while dragging the slider
Proposal
Style scale value as an .osd element:
Prior Art (Optional)
elementary/switchboard-plug-keyboard#447
The text was updated successfully, but these errors were encountered: