mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
fixes
This commit is contained in:
@@ -13,11 +13,9 @@
|
|||||||
|
|
||||||
.collapse {
|
.collapse {
|
||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
|
||||||
|
|
||||||
&.in {
|
&.in {
|
||||||
display: block;
|
display: block;
|
||||||
visibility: visible;
|
|
||||||
}
|
}
|
||||||
// tr&.in { display: table-row; }
|
// tr&.in { display: table-row; }
|
||||||
// tbody&.in { display: table-row-group; }
|
// tbody&.in { display: table-row-group; }
|
||||||
@@ -29,5 +27,5 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition-timing-function: ease;
|
transition-timing-function: ease;
|
||||||
transition-duration: .35s;
|
transition-duration: .35s;
|
||||||
transition-property: height, visibility;
|
transition-property: height;
|
||||||
}
|
}
|
||||||
|
@@ -50,13 +50,12 @@
|
|||||||
opacity: .65;
|
opacity: .65;
|
||||||
@include box-shadow(none);
|
@include box-shadow(none);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a& {
|
// Future-proof disabling of clicks on `<a>` elements
|
||||||
&.disabled,
|
a.btn.disaabled,
|
||||||
fieldset[disabled] & {
|
fieldset[disabled] a.btn {
|
||||||
pointer-events: none; // Future-proof disabling of clicks on `<a>` elements
|
pointer-events: none;
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user