mirror of
https://github.com/flarum/core.git
synced 2025-07-31 05:30:38 +02:00
fix: replace .fa()
mixin usage with .fas()
(#3537)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
}
|
||||
|
||||
&:before {
|
||||
.fa();
|
||||
.fas();
|
||||
content: @fa-var-reply;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
@@ -125,7 +125,7 @@
|
||||
|
||||
&.selected {
|
||||
.icon::before {
|
||||
.fa();
|
||||
.fas();
|
||||
content: @fa-var-check !important;
|
||||
color: @muted-color;
|
||||
font-size: 14px;
|
||||
|
@@ -59,7 +59,7 @@
|
||||
color: var(--muted-color);
|
||||
|
||||
&:before {
|
||||
.fa();
|
||||
.fas();
|
||||
content: @fa-var-search;
|
||||
float: left;
|
||||
margin-right: -36px;
|
||||
|
@@ -265,11 +265,11 @@
|
||||
font-weight: bold;
|
||||
|
||||
&:before {
|
||||
.fa();
|
||||
.fas();
|
||||
content: @fa-var-comment;
|
||||
}
|
||||
&:hover:before {
|
||||
.fa();
|
||||
.fas();
|
||||
content: @fa-var-check;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user