Skip to content

Commit b64192d

Browse files
committed
fix(QIcon): CSS for Fontawesome duotone quasarframework#6139
1 parent 26e57a9 commit b64192d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/components/icon/QIcon.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
fill: currentColor // for svg paths
1414

15-
&:before
15+
&:before, &:after
1616
width: 100%
1717
height: 100%
1818
display: flex !important

ui/src/components/icon/QIcon.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
fill: currentColor // for svg paths
1414

15-
&:before
15+
&:before, &:after
1616
width: 100%
1717
height: 100%
1818
display: flex !important

0 commit comments

Comments
 (0)