mirror of
https://github.com/oxalorg/sakura.git
synced 2026-04-03 00:08:52 -06:00
Horizontal Line Style in Chrome #49
Labels
No labels
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
discussion
discussion
discussion
discussion
discussion
discussion
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
good-first-issue
help wanted
help wanted
javascript
javascript
javascript
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/sakura#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pedromsilvapt on 3/30/2022
Hi, great project, it's an absolute joy to use.
I noticed one small thing though. On Firefox, the horizontal line by default appears to have
border-style: solid;, but on Chrome it appears to haveborder-style: inset;It's a small issue and easily fixable, but for consistency I think it would be nice if Sakura established a default value for all browsers (personally I think the solid style looks better, but that's just my opinion).
Thanks.