mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-22 11:37:38 +00:00
Remove focus state from buttons
This commit is contained in:
parent
28d63e1cd2
commit
8f81522907
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user