buttons: Remove unused .btn-link styles.

This commit is contained in:
Karl Stolley 2024-09-03 14:18:06 -05:00 committed by Tim Abbott
parent af066842b1
commit 7cb55d2f91
3 changed files with 0 additions and 17 deletions

View File

@ -238,16 +238,6 @@ input::placeholder {
}
}
&.btn-link {
color: hsl(208deg 56% 53%);
text-decoration: none;
&:hover,
&:focus {
color: hsl(208deg 56% 38%);
}
}
&:disabled {
cursor: not-allowed;
filter: saturate(0);

View File

@ -370,7 +370,6 @@
.sea-green,
.btn-danger,
.btn-warning,
.btn-link,
.poll-vote,
button.poll-option,
button.add-task
@ -379,11 +378,6 @@
color: inherit;
}
&.btn-link {
border-color: hsl(0deg 0% 0% / 60%);
color: hsl(200deg 79% 66%);
}
&:hover,
&:focus,
&:active {

View File

@ -270,7 +270,6 @@ h3,
/* Messy implementation of buttons with text and a pencil icon in them
having spacing before the pencil icon. */
& button.btn-link i.fa-pencil,
button[data-dismiss="modal"] i.fa-pencil {
margin-left: 3px;
}