select

Better select widgets in vanilla javascript.  https://p.ce9e.org/select/demo/
git clone https://git.ce9e.org/select.git

commit
29a5f17ebdfa7fb276d9632684669b33bd885036
parent
f47eb5c5f7de650bf413dee3779e5757250df690
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-08-09 13:09
cleanup css

Diffstat

M select.css 4 +---

1 files changed, 1 insertions, 3 deletions


diff --git a/select.css b/select.css

@@ -73,7 +73,6 @@
   73    73 
   74    74 .select__values {
   75    75 	position: absolute;
   76    -1 	display: inline;
   77    76 	padding: 0;
   78    77 	margin: 0;
   79    78 }
@@ -82,8 +81,7 @@
   82    81 	position: relative;
   83    82 	z-index: 1;  /* on top of input */
   84    83 	margin-block: 0.1em;
   85    -1 	margin-inline: 0.2em;
   86    -1 	margin-inline-start: 0;
   -1    84 	margin-inline-end: 0.2em;
   87    85 	cursor: default;
   88    86 }
   89    87 .select__value {