hotwire_combobox 0.1.21 → 0.1.22
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/hotwire_combobox.css +1 -1
- data/lib/hotwire_combobox/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab645f3a815ce20c339f0bf1227510c5de0bd6d590118d83536cf2f32126b0be
|
4
|
+
data.tar.gz: 735eddb274db3b6ccd7b774b6799a3259d7261114c3b9b710c7aefbb2c55f5b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25c240ccd71c1c94d004011ca1ed1897b97e137f03886ec191ef1e69b678b674edd5d6c6af9c981ca0aac682424a37c8a9ba485c6d9421d3ec8822a6aee79e04
|
7
|
+
data.tar.gz: 373b3daf3510be12793192d4b88150930ef0f1f61c8cc0b84d4b1a5ffbe6bf01a2a08b7246d04a9e34d471682080010ec39630c81097c793e24ddb9a10b7d01b
|
@@ -30,7 +30,7 @@
|
|
30
30
|
--hw-line-height: 1.5rem;
|
31
31
|
|
32
32
|
--hw-listbox-height: calc(var(--hw-line-height) * 10);
|
33
|
-
--hw-listbox-offset-top: var(--hw-line-height);
|
33
|
+
--hw-listbox-offset-top: calc(var(--hw-line-height) * 1.625);
|
34
34
|
--hw-listbox-z-index: 10;
|
35
35
|
|
36
36
|
--hw-option-bg-color: #FFFFFF;
|