hippie-style/mixins/_user_agent.scss

10 lines
156 B
SCSS
Raw Normal View History

@mixin overrideUserAgent() {
@if $no_agent_focus == true {
@each $el in $io_focus_list {
#{$el}:focus {
outline: 0;
}
}
}
}