Merge pull request #9654 from colinux/improve-autocomplete-style

Usager: légères harmonisations visuelles de la combobox
This commit is contained in:
Paul Chavard 2023-10-30 17:47:24 +00:00 committed by GitHub
commit f6c051e08e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,10 @@ trix-editor.fr-input {
max-height: none;
}
.fr-label + .fr-ds-combobox { // same as .fr-label + .fr-input
margin-top: 0.5rem;
}
// Fix firefox < 80, Safari < 15.4, Chrome < 83 not supporting "appearance: auto" on inputs
// This rule was set by DSFR for DSFR design, but broke our legacy forms.
// scss-lint:disable DuplicateProperty

View file

@ -252,7 +252,7 @@
}
}
input[type=text]:not([data-address='true']) {
input[type=text]:not(.fr-input):not(.fr-select) {
border: solid 1px $border-grey;
padding: $default-padding;