Skip to content

Commit

Permalink
Merge pull request PrestaShop#36172 from ShaiMagal/input-type-number
Browse files Browse the repository at this point in the history
  • Loading branch information
boherm authored Aug 1, 2024
2 parents fd52627 + d3a5773 commit 804e438
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions admin-dev/themes/default/scss/partials/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ body.display-modal {

.bootstrap {
input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea,
Expand Down
7 changes: 5 additions & 2 deletions admin-dev/themes/default/scss/partials/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ textarea {

textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
Expand All @@ -70,14 +70,14 @@ input[type="color"]:focus,

textarea:hover,
input[type="text"]:hover,
input[type="number"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
Expand Down Expand Up @@ -264,6 +264,7 @@ input[type="color"]:hover,
.form-group {
@media (max-width: $screen-lg) {
input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea,
Expand All @@ -275,6 +276,7 @@ input[type="color"]:hover,
margin: 4px 0;

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
textarea,
Expand All @@ -301,6 +303,7 @@ input[type="color"]:hover,
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ output {
// select
// textarea
// input[type="text"]
// input[type="number"]
// input[type="password"]
// input[type="datetime"]
// input[type="datetime-local"]
// input[type="date"]
// input[type="month"]
// input[type="time"]
// input[type="week"]
// input[type="number"]
// input[type="email"]
// input[type="url"]
// input[type="search"]
Expand Down

0 comments on commit 804e438

Please sign in to comment.