SUPPORT-9273: Add browser check

This commit is contained in:
Eduard Tihomirov 2025-07-10 14:55:38 +03:00
parent 8b3b26d6ab
commit 32e087adbc
3 changed files with 17 additions and 1 deletions

View file

@ -122,6 +122,11 @@ button, a.btn {
border-radius: 4px;
background: var(--color-link);
}
a.btn.disabled {
pointer-events: none;
opacity: 0.5;
cursor: not-allowed;
}
button:is(:hover, :focus, :active),
a.btn:is(:hover, :focus, :active) {
background: var(--color-link-hover);