Skip to content

Commit b55aa67

Browse files
author
Gusted
committed
Move selector
1 parent fcb0c89 commit b55aa67

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

web_src/less/_base.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ a.label,
249249
.ui.search .results a,
250250
.ui .menu a,
251251
.ui.cards a.card,
252-
.issue-keyword a {
252+
.issue-keyword a,
253+
a.commit-statuses-trigger {
253254
text-decoration: none !important;
254255
}
255256

web_src/less/_repository.less

-4
Original file line numberDiff line numberDiff line change
@@ -3211,7 +3211,3 @@ td.blob-excerpt {
32113211
transform: scale(105%);
32123212
box-shadow: 0 .5rem 1rem var(--color-shadow) !important;
32133213
}
3214-
3215-
a.commit-statuses-trigger {
3216-
text-decoration: none;
3217-
}

0 commit comments

Comments
 (0)