MOBILE-4081 styles: Improve pointer and cursor on collapsible header

main
Pau Ferrer Ocaña 2022-11-23 15:32:28 +01:00
parent fc72d481b6
commit c411030a00
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ body:not(.core-iframe-fullscreen) .collapsible-header-page {
}
.collapsible-header-original-title {
pointer-events: none;
opacity: 0;
}

View File

@ -16,6 +16,7 @@ core-format-text {
user-select: text;
word-break: break-word;
word-wrap: break-word;
cursor: auto;
@include core-transition(background-color color, 200ms);
&.core-loading {