Work on outline/focus styles

This commit is contained in:
Sam Potts
2018-12-08 17:06:20 +11:00
parent b7b2e3c0aa
commit bdd513635f
7 changed files with 284 additions and 183 deletions

View File

@ -4,9 +4,13 @@
// Nicer focus styles
// ---------------------------------------
@mixin plyr-tab-focus($color: $plyr-tab-focus-default-color) {
box-shadow: 0 0 0 5px rgba($color, 0.5);
outline: 0;
@mixin plyr-tab-focus() {
// box-shadow: 0 0 0 5px rgba($color, 0.5);
// outline: 0;
outline-color: var(--plyr-color-main);
outline-offset: 2px;
outline-style: dotted;
outline-width: 3px;
}
// Font smoothing