OS X: Volume slider nub should not move window

Before, grabbing the volume slider nub would move the window.
This commit is contained in:
Feross Aboukhadijeh
2016-05-12 17:23:51 -07:00
parent 7701c5f097
commit e5b648dfc6

View File

@@ -799,6 +799,7 @@ body.drag .app::after {
border: none;
padding: 0;
vertical-align: sub;
-webkit-app-region: no-drag;
}
.player-controls .volume-slider::-webkit-slider-thumb {
@@ -809,6 +810,7 @@ body.drag .app::after {
height: 10px;
border: 1px solid #303233;
border-radius: 50%;
-webkit-app-region: no-drag;
}
.player-controls .volume-slider:focus {