Skip to content

Commit

Permalink
Merge pull request webtorrent#498 from feross/fix-volume-drag
Browse files Browse the repository at this point in the history
OS X: Volume slider nub should not move window
  • Loading branch information
feross committed May 13, 2016
2 parents e5eddce + e5b648d commit 0913988
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions renderer/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,6 @@ body.drag .app::after {
padding: 8em 20px 20px 20px;
}

.torrent-details .open-folder {
float: right;
}

.torrent-details table {
width: 100%;
white-space: nowrap;
Expand All @@ -615,8 +611,7 @@ body.drag .app::after {
height: 28px;
}

.torrent-details tr:hover,
.torrent-details .open-folder:hover {
.torrent-details tr:hover {
background-color: rgba(200, 200, 200, 0.3);
}

Expand Down Expand Up @@ -804,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 {
Expand All @@ -814,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 {
Expand Down

0 comments on commit 0913988

Please sign in to comment.