mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 03:42:35 +08:00
a11y: don't select a11y helper text in selection #993
This commit is contained in:
parent
4f182a115b
commit
c4a8c278be
@ -2018,6 +2018,8 @@ span.math:has(> mjx-container[display]) {
|
|||||||
height: 1px;
|
height: 1px;
|
||||||
transform: translateY(-100%);
|
transform: translateY(-100%);
|
||||||
transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
|
||||||
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
7.3.1+93b32c1672553781d911855cb9b8f106626a216e
|
7.3.1+4f182a115b0a3a6d4b6b2ba46abe3c4e71cfda5c
|
Loading…
x
Reference in New Issue
Block a user