mirror of https://github.com/twbs/bootstrap.git
dist
This commit is contained in:
parent
e626277c73
commit
7825144895
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2857,6 +2857,7 @@ tbody.collapse.show {
|
||||||
content: "";
|
content: "";
|
||||||
border-top: 0.3em solid;
|
border-top: 0.3em solid;
|
||||||
border-right: 0.3em solid transparent;
|
border-right: 0.3em solid transparent;
|
||||||
|
border-bottom: 0;
|
||||||
border-left: 0.3em solid transparent;
|
border-left: 0.3em solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2870,8 +2871,20 @@ tbody.collapse.show {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropup .dropdown-toggle::after {
|
.dropup .dropdown-toggle::after {
|
||||||
|
display: inline-block;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
margin-left: 0.255em;
|
||||||
|
vertical-align: 0.255em;
|
||||||
|
content: "";
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
border-right: 0.3em solid transparent;
|
||||||
border-bottom: 0.3em solid;
|
border-bottom: 0.3em solid;
|
||||||
|
border-left: 0.3em solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropup .dropdown-toggle:empty::after {
|
||||||
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
|
|
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
Loading…
Reference in New Issue