You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Issue Found
checkbox. I don't know why there is a focus style in the app but it was messing with the checkbox.Image
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.