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:
parent
20c2d0fec6
commit
d1bd5fb591
@ -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 @@
|
|||||||
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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user