0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
This commit is contained in:
Mark Otto 2017-12-27 16:30:18 -08:00
parent e3f9c463fc
commit c0129f8c2a
5 changed files with 21 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -2436,6 +2436,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
opacity: 0.65;
}
.btn:not([disabled]):not(.disabled) {
cursor: pointer;
}
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
background-image: none;
}
@ -3882,6 +3886,10 @@ tbody.collapse.show {
text-decoration: none;
}
.navbar-toggler:not([disabled]):not(.disabled) {
cursor: pointer;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
@ -4593,6 +4601,10 @@ tbody.collapse.show {
border-color: #dee2e6;
}
.page-link:not([disabled]):not(.disabled) {
cursor: pointer;
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0.25rem;
@ -4614,6 +4626,7 @@ tbody.collapse.show {
.page-item.disabled .page-link {
color: #868e96;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6;
}
@ -5283,6 +5296,10 @@ button.list-group-item-dark.active {
opacity: .75;
}
.close:not([disabled]):not(.disabled) {
cursor: pointer;
}
button.close {
padding: 0;
background-color: transparent;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long