Merge pull request #9654 from colinux/improve-autocomplete-style
Usager: légères harmonisations visuelles de la combobox
This commit is contained in:
commit
f6c051e08e
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue