mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-21 11:14:19 +00:00
Fix buttons not being rendered as buttons with the root
selectorset
This commit is contained in:
parent
9ac403f23d
commit
c347de5805
1 changed files with 1 additions and 1 deletions
|
@ -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)';
|
||||
|
|
Loading…
Reference in a new issue