style: cleanup generic form css override
This commit is contained in:
parent
3d7865acf3
commit
b4ee26b9e7
3 changed files with 8 additions and 11 deletions
|
@ -1,4 +1,7 @@
|
||||||
.sidebar-filter {
|
.sidebar-filter {
|
||||||
|
border: none;
|
||||||
|
padding-left: 0;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-inline-start: 0;
|
padding-inline-start: 0;
|
||||||
|
|
|
@ -85,17 +85,6 @@ input[type="radio"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove pointer cursor on textarea
|
|
||||||
textarea {
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset {
|
|
||||||
border: none;
|
|
||||||
padding-left: 0;
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fr-btn.fr-btn--icon-left[target="_blank"] {
|
.fr-btn.fr-btn--icon-left[target="_blank"] {
|
||||||
&::after {
|
&::after {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -401,6 +401,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.editable-champ-repetition {
|
&.editable-champ-repetition {
|
||||||
|
fieldset {
|
||||||
|
border: none;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid $border-grey;
|
border: 1px solid $border-grey;
|
||||||
|
|
Loading…
Reference in a new issue