Skip to content
Snippets Groups Projects
Commit 253b4997 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Add :focus style for buttons

parent 4bd2ae63
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,6 +25,11 @@
color: $hover-text;
border-color: $hover-border;;
}
&:focus {
outline: none;
border-color: darken($border, 15%);
}
}
 
@mixin btn-color($light, $border-light, $normal, $border-normal, $dark, $border-dark, $color) {
Loading
Loading
@@ -46,6 +51,11 @@
border-color: $border-dark;
color: $color;
}
&:focus {
outline: none;
border-color: $border-dark;
}
}
 
@mixin btn-green {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment