mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
6c9a4e8a524770ae0d6d719db01edd8ac9b7b9f7
parent
efc44688c13dad3811beb4e0decc0646996b47bd
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-04-26 06:13
button: fix fg hover color on a.button

Diffstat

M css/form.css 2 ++

1 files changed, 2 insertions, 0 deletions


diff --git a/css/form.css b/css/form.css

@@ -67,12 +67,14 @@ button:focus-visible,
   67    67 [type=submit]:hover,
   68    68 [type=submit]:focus-visible {
   69    69     --btn-internal: color-mix(in oklch, var(--btn-color), var(--btn-focus));
   -1    70     color: var(--btn-contrast);
   70    71 }
   71    72 .button:active,
   72    73 button:active,
   73    74 [type=button]:active,
   74    75 [type=submit]:active {
   75    76     --btn-internal: var(--btn-focus);
   -1    77     color: var(--btn-contrast);
   76    78 }
   77    79 .button:disabled,
   78    80 button:disabled,