diff --git a/src/scss/components/_context-menu.scss b/src/scss/components/_context-menu.scss index fe4318c6..9c224593 100755 --- a/src/scss/components/_context-menu.scss +++ b/src/scss/components/_context-menu.scss @@ -313,36 +313,28 @@ } } -.list { +.touch .list { &.track-list { - .context-menu-trigger { - display: none; - } - - @include responsive( $bp_medium ){ + @include gradient_overlay(50%, 0.15); + display: block; + position: fixed; + bottom: 55px; + right: 5px; + width: 48px; + height: 8px; + padding: 20px 0; + overflow: hidden; + z-index: 97; + background: $blue; - .context-menu-trigger { - @include gradient_overlay(50%, 0.15); - display: block; - position: fixed; - bottom: 55px; - right: 5px; - width: 48px; - height: 8px; - padding: 20px 0; - overflow: hidden; - z-index: 97; - background: $blue; - - .dot { - background: $white; - } - - &:focus, - &:active { - background: darken($blue, 10%); - } + .dot { + background: $white; + } + + &:focus, + &:active { + background: darken($blue, 10%); } } }