Skip to content

Commit

Permalink
Add disabled link style
Browse files Browse the repository at this point in the history
  • Loading branch information
petrzpav committed Nov 12, 2024
1 parent b8abb43 commit 1e62da6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/sass/_links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ a {
vertical-align: middle;
}
}

&.disabled {
color: rgba(var(--link-color), 0.5);
}
}

.text-danger {
Expand Down

0 comments on commit 1e62da6

Please sign in to comment.