mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
grunt
This commit is contained in:
parent
e558f490dd
commit
9a243f2b66
8 changed files with 28 additions and 28 deletions
|
@ -2926,7 +2926,7 @@ input[type="button"].btn-block {
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > li > a {
|
.dropdown-item {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 3px 20px;
|
padding: 3px 20px;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -2936,30 +2936,30 @@ input[type="button"].btn-block {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > li > a:focus,
|
.dropdown-item:focus,
|
||||||
.dropdown-menu > li > a:hover {
|
.dropdown-item:hover {
|
||||||
color: #2b2d2f;
|
color: #2b2d2f;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > .active > a,
|
.dropdown-item.active,
|
||||||
.dropdown-menu > .active > a:focus,
|
.dropdown-item.active:focus,
|
||||||
.dropdown-menu > .active > a:hover {
|
.dropdown-item.active:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > .disabled > a,
|
.dropdown-item.disabled,
|
||||||
.dropdown-menu > .disabled > a:focus,
|
.dropdown-item.disabled:focus,
|
||||||
.dropdown-menu > .disabled > a:hover {
|
.dropdown-item.disabled:hover {
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > .disabled > a:focus,
|
.dropdown-item.disabled:focus,
|
||||||
.dropdown-menu > .disabled > a:hover {
|
.dropdown-item.disabled:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
|
@ -2926,7 +2926,7 @@ input[type="button"].btn-block {
|
||||||
background-color: #e5e5e5;
|
background-color: #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > li > a {
|
.dropdown-item {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 3px 20px;
|
padding: 3px 20px;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -2936,30 +2936,30 @@ input[type="button"].btn-block {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > li > a:focus,
|
.dropdown-item:focus,
|
||||||
.dropdown-menu > li > a:hover {
|
.dropdown-item:hover {
|
||||||
color: #2b2d2f;
|
color: #2b2d2f;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > .active > a,
|
.dropdown-item.active,
|
||||||
.dropdown-menu > .active > a:focus,
|
.dropdown-item.active:focus,
|
||||||
.dropdown-menu > .active > a:hover {
|
.dropdown-item.active:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #0275d8;
|
background-color: #0275d8;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > .disabled > a,
|
.dropdown-item.disabled,
|
||||||
.dropdown-menu > .disabled > a:focus,
|
.dropdown-item.disabled:focus,
|
||||||
.dropdown-menu > .disabled > a:hover {
|
.dropdown-item.disabled:hover {
|
||||||
color: #818a91;
|
color: #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > .disabled > a:focus,
|
.dropdown-item.disabled:focus,
|
||||||
.dropdown-menu > .disabled > a:hover {
|
.dropdown-item.disabled:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css.map
vendored
2
docs/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue