OS X: Volume slider nub should not move window
Before, grabbing the volume slider nub would move the window.
This commit is contained in:
@@ -799,6 +799,7 @@ body.drag .app::after {
|
|||||||
border: none;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
vertical-align: sub;
|
vertical-align: sub;
|
||||||
|
-webkit-app-region: no-drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
.player-controls .volume-slider::-webkit-slider-thumb {
|
.player-controls .volume-slider::-webkit-slider-thumb {
|
||||||
@@ -809,6 +810,7 @@ body.drag .app::after {
|
|||||||
height: 10px;
|
height: 10px;
|
||||||
border: 1px solid #303233;
|
border: 1px solid #303233;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
-webkit-app-region: no-drag;
|
||||||
}
|
}
|
||||||
|
|
||||||
.player-controls .volume-slider:focus {
|
.player-controls .volume-slider:focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user