0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Add focus states to custom docs buttons

This commit is contained in:
Martijn Cuppens 2018-02-24 12:35:45 +01:00 committed by Mark Otto
parent 20c2d0fec6
commit d1bd5fb591

View File

@ -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);
}
}