fix(core): add webkit prefix to user-select property (#631)

* Update mixins.less

* Update Sections.less

* Update TableOfContents.less

* Update interface-edit-section-links.less

* Update mixins.less

* Update Sections.less

* Update TableOfContents.less

* Update interface-edit-section-links.less
This commit is contained in:
沈澄心 2023-05-24 00:47:26 +08:00 committed by GitHub
parent 99935453db
commit d92fd77e54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View file

@ -74,6 +74,7 @@
margin: var( --space-xs );
contain: content;
overscroll-behavior: contain;
-webkit-user-select: none;
user-select: none;
.citizen-card();
.citizen-card-hide( bottom @position );

View file

@ -3,6 +3,7 @@
&-heading {
cursor: pointer;
// So that double clicking won't highlight everything
-webkit-user-select: none;
user-select: none;
&--collapsed {

View file

@ -153,6 +153,7 @@
padding: var( --space-md );
margin: var( --space-xs );
overscroll-behavior: contain;
-webkit-user-select: none;
user-select: none;
.citizen-card;
.citizen-card-hide( bottom right, '', false );

View file

@ -12,6 +12,7 @@
align-items: center;
margin-left: var( --space-sm );
float: right; // Can't target the container so have to use to float
-webkit-user-select: none;
user-select: none;
// Hide dividers since we are making links into icons