mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Simplified CSS responsive-invisibility mixin
This commit is contained in:
parent
6b97970d31
commit
ae3a9169e0
1 changed files with 2 additions and 2 deletions
|
@ -559,8 +559,8 @@
|
|||
}
|
||||
|
||||
.responsive-invisibility() {
|
||||
display: none !important;
|
||||
tr& { display: none !important; }
|
||||
&,
|
||||
tr&,
|
||||
th&,
|
||||
td& { display: none !important; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue