-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Star glyph not rendering correctly #4532
Conversation
good fix for go-gitea#4515 this time, im not that used to less so i hope this is a good place to put it.
failing with |
Fixed CI |
CI failed on mysql but that seems to be just a cloudfront outage. EDIT: packagelock seems to have changed, is that a problem? |
@@ -9,10 +9,10 @@ | |||
"dev": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package lock updates aren't needed to change the CSS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this hapenned when npm installing less
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with git you can:
git add public/css/index.css
git add public/less/_repository.less
git commit
that will only add specific files to your commit.
CI restarted |
Codecov Report
@@ Coverage Diff @@
## master #4532 +/- ##
======================================
Coverage 20.2% 20.2%
======================================
Files 156 156
Lines 31140 31140
======================================
Hits 6292 6292
Misses 23890 23890
Partials 958 958 Continue to review full report at Codecov.
|
I don't think that is correct way to fix this. I'm on mobile can't check right now but |
@lafriks agreed, but there is some strange interference between the Semantic UI iconfont and fontawesome...guess that's causing all the trouble. |
Simply changing the icon type from fa-star-o to fa-star fixes this rather than a bunch of file edits. |
@atom0s sadly that change also isn't entirely effective, as it would break logic: |
Does not changing to |
@lafriks that specific change didn't work, however I found replacing |
@techknowlogick @Wqrld it is caused by semantic ui update. So template file should have:
|
That's great news! I should be waking up in a few hours and can submit a PR with that change, or if you get to it before me I can give it my LG-TM |
I have submitted fix, closing this |
fix #4515