Skip to content

Commit a806ea3

Browse files
committed
add comment and remove unnecessary important
1 parent 0874474 commit a806ea3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web_src/css/base.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,9 +2383,9 @@ a.ui.label:hover {
23832383

23842384
.ui.basic.labels .primary.label,
23852385
.ui.ui.ui.basic.primary.label {
2386-
background: transparent !important;
2387-
border-color: var(--color-primary) !important;
2388-
color: var(--color-primary) !important;
2386+
background: transparent !important; /* reset background of the ".ui.primary.label", for branch protection labels in repository settings */
2387+
border-color: var(--color-primary) !important; /* reset border-color of the ".ui.primary.label", for branch protection labels in repository settings */
2388+
color: var(--color-primary);
23892389
}
23902390

23912391
.ui.basic.labels .secondary.label,

0 commit comments

Comments
 (0)