1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-09 05:00:45 +02:00
This commit is contained in:
Mark Otto
2018-06-24 13:13:42 -07:00
parent 41ab1c6c9d
commit bca4ceacc7
9 changed files with 10 additions and 8 deletions

View File

@@ -212,6 +212,7 @@ img {
svg:not(:root) {
overflow: hidden;
vertical-align: middle;
}
table {
@@ -3615,7 +3616,7 @@ input[type="button"].btn-block {
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {