Skip to content
Snippets Groups Projects
Commit 9a9537f6 authored by R En's avatar R En
Browse files

add changelog and fix slider outline

parent f5f65ecf
No related branches found
No related tags found
No related merge requests found
Make some space for the volume slider to allow precise control (#318)
......@@ -421,6 +421,9 @@ export default {
background: white;
opacity: 0.3;
}
input[type=range]::-moz-focus-outer {
border: 0;
}
input[type=range]::-moz-range-thumb {
background: white;
cursor: pointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment