-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
The tabs in the new default theme are off by 1 or 2 pixels. Not trying to be a stickler about pushing pixels, but this one is really rather noticable because of the color contrast.
Caused by this declaration which seems to no longer serve a purpose in the new theme:
.WireTabs > * {
margin-left: -1px;
}
adrianbj