Skip to content

Commit 43e8600

Browse files
committed
fix: improve icon visibility in light and dark themes
1 parent 129e8f8 commit 43e8600

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/styles/Extn-NavigationAndHistory.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,20 +243,24 @@
243243
}
244244

245245
.remove-file {
246+
color: #adb9bd;
246247
position: absolute;
247248
right: 8px;
248249
top: 50%;
249250
transform: translateY(-50%);
250251
cursor: pointer;
251252
opacity: 0.6;
252-
font-size: 18px;
253+
font-size: 20px;
254+
font-weight: 500;
253255
display: none;
254256
}
255257

256258
#mrof-list li:hover .remove-file {
259+
color: #fff;
257260
display: block;
258261
}
259262

260263
.remove-file:hover {
264+
color: #fff;
261265
opacity: 1;
262266
}

0 commit comments

Comments
 (0)