button : fix vertical line. closes #35
All checks were successful
Deploy / Deploy to Production (push) Successful in 21s

This commit is contained in:
isUnknown 2026-03-31 14:32:12 +02:00
parent 16df036649
commit 65ce77b5b1

View file

@ -29,6 +29,7 @@ button[disabled] {
100%; 100%;
background-size: 201% 100%; background-size: 201% 100%;
outline: 2px solid #04fea0; outline: 2px solid #04fea0;
outline-offset: -1px;
} }
.button:not([disabled]):hover { .button:not([disabled]):hover {