Remove link styles from anchor controls

This commit is contained in:
Sam Potts 2018-09-28 00:29:59 +10:00
parent 64a23992f0
commit df8f040795

View File

@ -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,