TSK-861. Fixed the disabled state of the Button for the list style (#2838)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov 2023-03-27 17:05:38 +03:00 committed by GitHub
parent ed96300f2d
commit 948f39d669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,6 +317,16 @@
color: var(--content-color);
}
}
&:disabled {
color: var(--accent-color);
background-color: transparent;
border-color: transparent;
cursor: auto;
.btn-icon {
color: var(--content-color);
}
}
}
&.link-bordered {
padding: 0 0.375rem;