Merge pull request 'hotfix #5157 No se pueden desplegar los campos de fecha' (!1299) from 5157-desplegar-fechas into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1299
This commit is contained in:
Alexandre Riera 2023-02-01 08:05:08 +00:00
commit 6af6a17a45
1 changed files with 1 additions and 3 deletions

View File

@ -82,8 +82,6 @@
}
&[type=time],
&[type=date] {
clip-path: inset(0 20px 0 0);
&::-webkit-inner-spin-button,
&::-webkit-clear-button {
display: none;
@ -99,7 +97,7 @@
}
&[type=number] {
-moz-appearance: textfield;
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {
-webkit-appearance: none;