-
Notifications
You must be signed in to change notification settings - Fork 320
Open
Description
Issue Found
- I was trying Docker for the first time and found this todo sample, When I tried it there was a styling inconsistency in the
checkbox. I don't know why there is a focus style in the app but it was messing with the checkbox.
button:focus {
border: 1px solid #333;
}
This is code seems like unnecessary because the style won't make any difference in the list item buttons but was messing with the
button - checkbox.
Image
The black border around the checkbox is what I am talking about.
Note
Checks done Using Linux KDE and Chromium. I understand this is for testing and learning docker but still the first thing when people start noticing will be the inconsistency in the docker starter templates, which is a popular software.
- Checked for similar issues and Didn't find any.
- Checked and confirmed that this issue exists.
Metadata
Metadata
Assignees
Labels
No labels