Skip to content

Commit 24f8625

Browse files
Various arc-green fixes (#12384)
- Fix various white borders - Fix dropdown triangle - Fix tab backgrounds - Fix release page timeline dots Co-authored-by: techknowlogick <[email protected]>
1 parent bf60146 commit 24f8625

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

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

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,8 @@ a:hover {
534534
.ui.secondary.menu .dropdown.item:hover,
535535
.ui.secondary.menu .link.item:hover,
536536
.ui.secondary.menu .active.item:hover,
537-
.ui.secondary.menu a.item:hover {
537+
.ui.secondary.menu a.item:hover,
538+
.ui.dropdown .menu .active.item {
538539
color: #ffffff;
539540
}
540541

@@ -825,10 +826,10 @@ a.ui.basic.green.label:hover {
825826
border-bottom-color: rgba(255, 255, 255, .1);
826827

827828
.item.active {
828-
border-top-color: transparent;
829-
border-left-color: transparent;
830-
border-right-color: transparent;
831-
background: #383c4a;
829+
border-top-color: #404552;
830+
border-left-color: #404552;
831+
border-right-color: #404552;
832+
background: #353945;
832833
color: #dbdbdb;
833834
}
834835

@@ -842,8 +843,10 @@ a.ui.basic.green.label:hover {
842843

843844
&.navbar {
844845
.item.active {
846+
border-top-color: transparent;
845847
border-left-color: transparent;
846848
border-right-color: transparent;
849+
background: #383c4a;
847850
}
848851
}
849852
}
@@ -1188,6 +1191,10 @@ td.blob-hunk {
11881191
color: #dbdbdb;
11891192
}
11901193

1194+
.ui.pointing.dropdown > .menu:not(.hidden)::after {
1195+
background: #2c303a;
1196+
}
1197+
11911198
.ui.checkbox label,
11921199
.ui.checkbox + label,
11931200
.ui.form .field > label {
@@ -1568,6 +1575,11 @@ a.ui.labels .label:hover {
15681575
border-color: #634343 !important;
15691576
}
15701577

1578+
.organization.teams .detail .item:not(:last-child),
1579+
.organization.members .list .item {
1580+
border-bottom-color: #404552;
1581+
}
1582+
15711583
.ui.blue.button:active,
15721584
.ui.blue.buttons .button:active {
15731585
background-color: #a27558;
@@ -1875,11 +1887,20 @@ footer .container .links > * {
18751887
}
18761888

18771889
.repository.release #release-list > li .detail {
1878-
border-left-color: #888;
1890+
border-left-color: #4c505c;
18791891
}
18801892

18811893
.repository.release #release-list > li .detail .dot {
18821894
background-color: #888;
1895+
border-color: #383c4a;
1896+
}
1897+
1898+
.repository.release #release-list > li .detail .download .list {
1899+
border-top-color: #404552;
1900+
}
1901+
1902+
.repository.release #release-list > li .detail .download .list li {
1903+
border-bottom-color: #404552;
18831904
}
18841905

18851906
.tribute-container {

0 commit comments

Comments
 (0)