Skip to content

Commit 0f0ae1d

Browse files
committed
Add button hover color
1 parent dd87b17 commit 0f0ae1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_code-samples/account-configurator/account-configurator.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ button {
2727
-webkit-text-fill-color: white;
2828
}
2929

30+
button:hover {
31+
background-color: #0555c5;
32+
cursor: pointer;
33+
}
34+
3035
td {
3136
vertical-align: middle;
3237
}

0 commit comments

Comments
 (0)