mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 13:30:24 +00:00
Add focus states to custom docs buttons
This commit is contained in:
parent
20c2d0fec6
commit
d1bd5fb591
1 changed files with 8 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
|||
background-color: $bd-purple-bright;
|
||||
border-color: $bd-purple-bright;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 3px rgba($bd-purple-bright, .25);
|
||||
}
|
||||
}
|
||||
|
||||
.btn-bd-download {
|
||||
|
|
@ -26,4 +30,8 @@
|
|||
background-color: $bd-download;
|
||||
border-color: $bd-download;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
box-shadow: 0 0 0 3px rgba($bd-download, .25);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue