Skip to content

Commit a166a08

Browse files
authored
Fix hover state of forgot password button (#2182)
1 parent 0717b78 commit a166a08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/host/app/components/matrix/login.gts

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export default class Login extends Component<Signature> {
115115
}
116116
.forgot-password:hover {
117117
color: var(--boxel-highlight);
118+
background-color: transparent;
118119
}
119120
.button {
120121
--boxel-button-padding: var(--boxel-sp-sm);

0 commit comments

Comments
 (0)