1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 05:37:28 +00:00

Add button styling to .input[type="submit"] and .input[type="reset"]

Fixes #63.
This commit is contained in:
Steffo 2023-05-22 13:58:02 +00:00
parent aefb9f6308
commit 0c95bd2b3f

View file

@ -100,7 +100,7 @@
@input-color: ~':where(input[type="color"])';
@input-file: ~':where(input[type="file"])';
@input-range: ~':where(input[type="range"])';
@input-button: ~':where(input[type="button"], button)';
@input-button: ~':where(input[type="button"], .input[type="submit"], .input[type="reset"], button)';
@form-flex: ~':where(.form-flex)';
@form-flex-content: ~':where(.form-flex-content, p)';