Commit d1bd5fb5 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by Mark Otto
Browse files

Add focus states to custom docs buttons

parent 20c2d0fe
3 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!17021v4
Showing with 8 additions and 0 deletions
+8 -0
...@@ -13,6 +13,10 @@ ...@@ -13,6 +13,10 @@
background-color: $bd-purple-bright; background-color: $bd-purple-bright;
border-color: $bd-purple-bright; border-color: $bd-purple-bright;
} }
&:focus {
box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25);
}
} }
.btn-bd-download { .btn-bd-download {
...@@ -26,4 +30,8 @@ ...@@ -26,4 +30,8 @@
background-color: $bd-download; background-color: $bd-download;
border-color: $bd-download; border-color: $bd-download;
} }
&:focus {
box-shadow: 0 0 0 3px rgba($bd-download, .25);
}
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment