mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 00:47:13 +00:00
a11y: don't select a11y helper text in selection #993
This commit is contained in:
parent
4f182a115b
commit
c4a8c278be
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue