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

Fix buttons not being rendered as buttons with the root selectorset

This commit is contained in:
Steffo 2024-03-30 19:08:26 +01:00
parent 9ac403f23d
commit c347de5805
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -105,7 +105,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"], .input[type="submit"], .input[type="reset"], 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)';