Skip to content
Snippets Groups Projects
Unverified Commit 103f9406 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #5679 from Tainan404/filled-star

Add filled star in feedback rating
parents 3b3f49d7 aaebcd8f
No related branches found
No related tags found
No related merge requests found
......@@ -271,3 +271,6 @@
.icon-bbb-pointer:before {
content: "\e950";
}
.icon-bbb-star_filled:before {
content: "\e952";
}
......@@ -47,7 +47,7 @@
> input:checked {
& ~ label {
&:before {
content: '\e951';
content: '\e952';
color: $color-primary;
}
}
......
This diff is collapsed.
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment