hippie/source/style/mixins/_user_agent.scss

10 lines
159 B
SCSS
Raw Normal View History

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