-
-
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
Repo file list enhancements #32835
Repo file list enhancements #32835
Conversation
I do not see why. The layout is:
Why it doesn't look equal? |
It doesn't seem to be a regression. |
We can handle it in another PR. It will require changes to |
Check with a color picker, the borders are not equal color. |
It is caused by the alpha chanel: |
Yeah I think we need an opaque hover color, maybe there is one already as I recall having this problem in the past already. |
So the If it is not a must, I'd like to keep using the single "border-top: 1px", it should be clearer. |
* origin/main: Refactor markdown math render (go-gitea#32831) Add User-Agent for gitea's self-implemented lfs client. (go-gitea#32832)
Yeah I will likely revert to 1px and make the color opaque. It does seem I need to add a new CSS variable unfortunately. |
WIP until I fix the hover border color issue. |
Actually there could be another choice without using the "border trick"
Make the "divider" full line in the grid |
Note sure how I feel about introducing divider elements, it seems clumsy. |
Fixed the border issue by adding opaque color: Ideally I would like to use |
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.
much clearer than before
There is another minor issue with inequal top/bottom border color because it is not opaque either, I will change to a opaque one. |
display: contents
, not sure if there is a better solution.