mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
buttons: Remove unused .btn-link styles.
This commit is contained in:
parent
af066842b1
commit
7cb55d2f91
@ -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);
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user