MOBILE-3320 format-text: Remove display contents
parent
bf0857d0c0
commit
6822e0246f
|
@ -16,12 +16,11 @@ body.dark core-format-text {
|
||||||
}
|
}
|
||||||
|
|
||||||
core-format-text {
|
core-format-text {
|
||||||
display: contents;
|
display: block;
|
||||||
|
|
||||||
.core-format-text-loader {
|
.core-format-text-loader {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@include core-transition(opacity, 200ms);
|
@include core-transition(opacity, 200ms);
|
||||||
display: contents;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.core-format-text-loading {
|
&.core-format-text-loading {
|
||||||
|
@ -32,7 +31,6 @@ core-format-text {
|
||||||
background-color: rgba(0,0,0,.1);
|
background-color: rgba(0,0,0,.1);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
display: block;
|
|
||||||
|
|
||||||
.core-format-text-loader {
|
.core-format-text-loader {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -68,7 +66,6 @@ core-format-text {
|
||||||
|
|
||||||
&[maxHeight],
|
&[maxHeight],
|
||||||
&[ng-reflect-max-height] {
|
&[ng-reflect-max-height] {
|
||||||
display: block;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in New Issue