We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0874474 commit a806ea3Copy full SHA for a806ea3
web_src/css/base.css
@@ -2383,9 +2383,9 @@ a.ui.label:hover {
2383
2384
.ui.basic.labels .primary.label,
2385
.ui.ui.ui.basic.primary.label {
2386
- background: transparent !important;
2387
- border-color: var(--color-primary) !important;
2388
- color: var(--color-primary) !important;
+ background: transparent !important; /* reset background of the ".ui.primary.label", for branch protection labels in repository settings */
+ border-color: var(--color-primary) !important; /* reset border-color of the ".ui.primary.label", for branch protection labels in repository settings */
+ color: var(--color-primary);
2389
}
2390
2391
.ui.basic.labels .secondary.label,
0 commit comments