Skip to content

Commit c28d44b

Browse files
committed
fix: use active color for buttons in file component
1 parent c74b6a4 commit c28d44b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
height: auto;
7878
}
7979

80+
.is-active .git-tools .buttons > * {
81+
color: var(--nav-item-color-active);
82+
}
83+
8084
.git-author {
8185
color: var(--text-accent);
8286
}
@@ -550,7 +554,7 @@
550554
white-space: pre; /* Keep spaces and do not collapse them. */
551555
}
552556

553-
@media(max-width:800px){
557+
@media (max-width: 800px) {
554558
/* hide git blame gutter not to superpose text */
555559
.cm-gutterElement.obs-git-blame-gutter {
556560
display: none;

0 commit comments

Comments
 (0)