Skip to content

Commit 26d6c15

Browse files
ivanvczeripath
andauthored
Fix arc theme label backgrounds (#13267)
* Fix arc theme label backgrounds * Add specific style to yellow labels (background + border color) * Remove !important from label's background rule to avoid breaking user defined labels. Make the rule more specific to override fomantic UI default white background * Remove unnecesary selector Co-authored-by: zeripath <[email protected]>
1 parent 1989fe2 commit 26d6c15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

web_src/less/themes/theme-arc-green.less

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,12 @@ footer {
585585
border-color: #8a2121 !important;
586586
}
587587

588+
.ui.yellow.label,
589+
.ui.yellow.labels .label {
590+
border-color: #664d02 !important;
591+
background-color: #936e00 !important;
592+
}
593+
588594
.ui.menu {
589595
background: #404552;
590596
border: 1px solid #353945;
@@ -617,7 +623,7 @@ footer {
617623
.ui.label.basic {
618624
color: #dbdbdb;
619625
border-color: rgb(152, 152, 152);
620-
background-color: #2a2e39 !important;
626+
background-color: #2a2e39;
621627
}
622628

623629
.issue.list > .item .title {

0 commit comments

Comments
 (0)