Skip to content

Commit

Permalink
fix(FEC-6935): mute option in mobile view (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Hazout authored and Dan Ziv committed Oct 2, 2017
1 parent 26d8766 commit 635e511
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/components/volume/_volume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@
}
}

.touch {
.control-button-container.volume-control {
display: none;
}
}

@media screen and (max-width: 480px) {
.control-button-container.volume-control {
display: none;
}
.touch .control-button-container.volume-control:hover .volume-control-bar {
display: none !important;
}

0 comments on commit 635e511

Please sign in to comment.