act-as-link disabled colour
This commit is contained in:
parent
c01b20c06a
commit
5657d192b1
@ -28,9 +28,10 @@
|
||||
|
||||
.act-as-link {
|
||||
|
||||
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
|
||||
color: rgba(var(--bs-link-color-rgb), 1);
|
||||
text-decoration: none;
|
||||
|
||||
&:hover { --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }
|
||||
&:hover { color: var(--bs-link-hover-color-rgb); }
|
||||
&:disabled, &.disabled { color: var(--bs-secondary-color) }
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user