MOBILE-4081 styles: Improve pointer and cursor on collapsible header
parent
fc72d481b6
commit
c411030a00
|
@ -63,6 +63,7 @@ body:not(.core-iframe-fullscreen) .collapsible-header-page {
|
|||
}
|
||||
|
||||
.collapsible-header-original-title {
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue