Skip to content

Commit 08f5801

Browse files
committed
Fix close-button
1 parent 162b0b2 commit 08f5801

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/buttons/misc.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,18 @@
9191
// Typically used with an octicon-x
9292
.close-button {
9393
padding: 0;
94+
color: var(--color-text-secondary);
9495
background: transparent;
9596
border: 0;
9697
outline: none;
98+
99+
&:hover {
100+
color: var(--color-text-primary);
101+
}
102+
103+
&:active {
104+
color: var(--color-text-tertiary);
105+
}
97106
}
98107

99108
// Hidden text button

0 commit comments

Comments
 (0)