mirror of https://github.com/twbs/bootstrap.git
grunt
This commit is contained in:
parent
cfb25f6995
commit
d822e9e491
|
@ -3186,6 +3186,9 @@ tbody.collapse.show {
|
|||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-webkit-box-pack: start;
|
||||
-webkit-justify-content: flex-start;
|
||||
-ms-flex-pack: start;
|
||||
|
@ -3754,7 +3757,6 @@ tbody.collapse.show {
|
|||
.nav-pills .nav-link.active,
|
||||
.nav-pills .nav-item.show .nav-link {
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
background-color: #0275d8;
|
||||
}
|
||||
|
||||
|
|
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
|
@ -3186,6 +3186,9 @@ tbody.collapse.show {
|
|||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-webkit-box-pack: start;
|
||||
-webkit-justify-content: flex-start;
|
||||
-ms-flex-pack: start;
|
||||
|
@ -3754,7 +3757,6 @@ tbody.collapse.show {
|
|||
.nav-pills .nav-link.active,
|
||||
.nav-pills .nav-item.show .nav-link {
|
||||
color: #fff;
|
||||
cursor: default;
|
||||
background-color: #0275d8;
|
||||
}
|
||||
|
||||
|
|
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