SUPPORT-9601: fix

This commit is contained in:
adel.ka 2025-11-27 10:57:01 +03:00
parent 16c09f721f
commit e4aad2bc6f
3 changed files with 24 additions and 7 deletions

View file

@ -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;