Skip to content

Commit 89e9910

Browse files
wtusfoAlisherrishabhpoddar
authored
fix: social buttons style (#650)
* fix buttons cursor * update changelog * change selector to asterisk * remove asterisk --------- Co-authored-by: Alisher <alisher@supertokens.com> Co-authored-by: Rishabh Poddar <rishabh.poddar@gmail.com>
1 parent 9baea8a commit 89e9910

File tree

7 files changed

+10
-5
lines changed

7 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
### Fixes
11+
12+
- Fixed all buttons to have pointer cursor on hover.
13+
1014
## [0.31.0] - 2023-02-01
1115

1216
## Breaking changes

lib/build/emailverification-shared.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/passwordless-shared.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/thirdparty-shared.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/thirdpartyemailpassword.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/thirdpartypasswordless.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/styles/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@
234234
background-position: center;
235235
transition: all 0.4s;
236236
background-size: 12000%;
237+
cursor: pointer;
237238
}
238239
[data-supertokens~="button"]:disabled {
239240
border: none;

0 commit comments

Comments
 (0)