Remove focus state from buttons

This commit is contained in:
Sodbileg Gansukh 2021-02-18 14:48:24 +08:00
parent 28d63e1cd2
commit 8f81522907
3 changed files with 2 additions and 12 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1761,11 +1761,6 @@ Usage (In Ghost editor):
-webkit-font-smoothing: subpixel-antialiased;
}
.subscribe-form button:active,
.subscribe-form button:focus {
background: color-mod(var(--blue) lightness(-9%) saturation(-10%));
}
.subscribe-form .button-loader,
.subscribe-form .message-success,
.subscribe-form .message-error {
@ -2789,11 +2784,6 @@ Usage (In Ghost editor):
-webkit-font-smoothing: subpixel-antialiased;
}
.subscribe-overlay button:active,
.subscribe-overlay button:focus {
background: color-mod(var(--blue) lightness(-9%) saturation(-10%));
}
.subscribe-overlay .loading .button-loader {
top: 5px;
}