SUPPORT-9601: fix
This commit is contained in:
parent
16c09f721f
commit
e4aad2bc6f
3 changed files with 24 additions and 7 deletions
|
|
@ -127,6 +127,13 @@ a.btn.disabled {
|
|||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.disabled-link {
|
||||
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);
|
||||
|
|
@ -143,6 +150,8 @@ a.btn:is(:hover, :focus, :active) {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue