preserving whitespaces #2199

This commit is contained in:
2023-10-02 12:18:31 +02:00
parent 9698cb6e34
commit 51d0c7118a
3 changed files with 51 additions and 41 deletions

View File

@@ -376,43 +376,43 @@ body{
// padding:0 0 0 1em;
}
.v-select{
input.vs__search{
display: none;
}
div.vs__dropdown-toggle{
border-radius: 0;
border: none;
}
div.vs__selected-options{
padding: 0;
span.vs__selected{
padding: 0;
margin: 0;
font-weight: 400;
font-size: 1.323em;
color:inherit;
line-height: 1.15;
}
}
ul.vs__dropdown-menu{
border-radius: 0;
border: none;
li.vs__dropdown-option{
white-space:normal;
padding:1em 1em 0 1em;
&:last-of-type{
padding:1em;
}
color: #aaa;
transition: color 0.2s ease-in-out;
&.vs__dropdown-option--highlight{
color:#000;
background-color: #fff;
}
}
}
}
// .v-select{
// input.vs__search{
// display: none;
// }
// div.vs__dropdown-toggle{
// border-radius: 0;
// border: none;
// }
// div.vs__selected-options{
// padding: 0;
// span.vs__selected{
// padding: 0;
// margin: 0;
// font-weight: 400;
// font-size: 1.323em;
// color:inherit;
// line-height: 1.15;
// }
// }
// ul.vs__dropdown-menu{
// border-radius: 0;
// border: none;
// li.vs__dropdown-option{
// white-space:normal;
// padding:1em 1em 0 1em;
// &:last-of-type{
// padding:1em;
// }
// color: #aaa;
// transition: color 0.2s ease-in-out;
// &.vs__dropdown-option--highlight{
// color:#000;
// background-color: #fff;
// }
// }
// }
// }
}
}
@@ -493,7 +493,9 @@ body{
padding:0; margin:0;
list-style: none;
}
p{
white-space: pre-line;
}
}
section.search{