SUPPORT-9273: Add browser check
This commit is contained in:
parent
8b3b26d6ab
commit
32e087adbc
3 changed files with 17 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue