tail-select-rails 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/tail.select.css +2 -3
- 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: 1b9894021c12e7de4839349ddc3f1ce58ea0aed708d1babd45c283846dfb3169
|
|
4
|
+
data.tar.gz: f82e4cb0a51df5b523c4ad4ba38d24cf300c60dbb195c247770a047fd8341aa7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dca50c58614aee0e207748ccdd897392e40721a9c567dd3e040429d57256bf44fc7dfd482caabe1d3f944a974f9f4df16b35c6ac96cf4f34e7b0ed9077c04b5f
|
|
7
|
+
data.tar.gz: 18ce9414ca1ca3e95a1d18d67722c768db32e61a56e165cd63e80dc8d3a9d80814052e4090af0689518e410d2098050e9ed99f4d4376a9ab56c25cba8df01faa
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
--tail-select--selection: rgba(0, 0, 0, 0.05);
|
|
12
12
|
--tail-select--selection-text: #ffffff;
|
|
13
|
-
--tail-select--selection-muted:
|
|
13
|
+
--tail-select--selection-muted: rgba(147, 197, 253, 1);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
[data-theme="tail-theme--light"] {
|
|
@@ -225,8 +225,7 @@
|
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
.tail-select input[type="checkbox"]:focus {
|
|
228
|
-
outline: 3px solid
|
|
229
|
-
outline: 3px solid rgb(147 197 253 / 1);
|
|
228
|
+
outline: 3px solid rgba(0, 87, 255, .5);
|
|
230
229
|
outline-offset: 0px;
|
|
231
230
|
}
|
|
232
231
|
|