Skip to content

Commit

Permalink
Fix buttons not being rendered as buttons with the root selectorset
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffo99 committed Mar 30, 2024
1 parent 9ac403f commit c347de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selectorsets/root.less
Original file line number Diff line number Diff line change
Expand Up @@ -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)';
Expand Down

0 comments on commit c347de5

Please sign in to comment.