Skip to content

Commit

Permalink
show date picker icon in material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tittel committed Sep 30, 2024
1 parent f0fc47d commit c0884e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/themes/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
--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 */
mdui-text-field::part(input) {
clip-path: none;
}
form.mode-edit { --label-width: 0em; }
.property-instance { margin-bottom:14px; }

0 comments on commit c0884e9

Please sign in to comment.