Merge pull request #498 from feross/fix-volume-drag

OS X: Volume slider nub should not move window
This commit is contained in:
Feross Aboukhadijeh
2016-05-12 17:55:01 -07:00

View File

@@ -600,10 +600,6 @@ body.drag .app::after {
padding: 8em 20px 20px 20px; padding: 8em 20px 20px 20px;
} }
.torrent-details .open-folder {
float: right;
}
.torrent-details table { .torrent-details table {
width: 100%; width: 100%;
white-space: nowrap; white-space: nowrap;
@@ -615,8 +611,7 @@ body.drag .app::after {
height: 28px; height: 28px;
} }
.torrent-details tr:hover, .torrent-details tr:hover {
.torrent-details .open-folder:hover {
background-color: rgba(200, 200, 200, 0.3); background-color: rgba(200, 200, 200, 0.3);
} }
@@ -804,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 {
@@ -814,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 {