Unstyled focus button is not transparent (#5090)

This commit is contained in:
RachelElysia 2022-04-12 18:31:20 -04:00 committed by GitHub
parent 3f86c12f16
commit a594f89e8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,12 +282,6 @@ $base-class: "button";
&:focus {
outline: none;
}
&:hover,
&:focus {
background-color: transparent;
box-shadow: none;
}
}
&--unstyled-modal-query {