Skip to content

Commit

Permalink
show controls in number input in material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tittel committed Oct 1, 2024
1 parent c0884e9 commit f283c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/themes/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
--mdui-color-primary-dark: var(--mdui-color-primary-dark);
--mdui-color-background-light: var(--mdui-color-background-light);
}
/* this prevents hiding the date picker icon */
/* this prevents hiding the date picker icon and number controls */
mdui-text-field::part(input) {
clip-path: none;
appearance: inherit;
}
form.mode-edit { --label-width: 0em; }
.property-instance { margin-bottom:14px; }

0 comments on commit f283c2c

Please sign in to comment.