MOBILE-3320 format-text: Remove display contents

main
Noel De Martin 2021-07-08 09:37:55 +02:00
parent bf0857d0c0
commit 6822e0246f
1 changed files with 1 additions and 4 deletions

View File

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