From df8f0407954cc8a23755eb203dfca5f4939a632e Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 28 Sep 2018 00:29:59 +1000 Subject: [PATCH] Remove link styles from anchor controls --- src/sass/components/control.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/sass/components/control.scss b/src/sass/components/control.scss index 8578668b..1c9aab2b 100644 --- a/src/sass/components/control.scss +++ b/src/sass/components/control.scss @@ -33,6 +33,16 @@ } } +// Remove any link styling +a.plyr__control { + text-decoration: none; + + &::after, + &::before { + display: none; + } +} + // Change icons on state change .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control.plyr__control--pressed .icon--not-pressed,