bullet_train-themes-tailwind_css 1.4.5 → 1.4.6
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7b290267d6349a0f801129249b291d8cdc91f44fe6abd090e630b2fe4588513a
|
|
4
|
+
data.tar.gz: a2e4319852a2701482987177b1afcdbb5cdda981709a7bf97a72ecbe05f6e7ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf63605bbc2041ac47ff3972b3c7d6f461e493db86ad94b484e07df4d39bb7d26f4b9d305125ce47b6369e39e4e7b6a9540fa188edef7ad49c2933281587fd89
|
|
7
|
+
data.tar.gz: 30a01e220002d886a50b797010a5a3f60eadb1b7141c533eeacd12f9de21fd58a068c9bb6ad91c37fee2c9e6671221be641f0a8c5ac77c6d9820802ea6616f97
|
|
@@ -13,7 +13,7 @@ labels = labels_for(form, method) if form
|
|
|
13
13
|
# 4. form.radio_button
|
|
14
14
|
#
|
|
15
15
|
# the `append_class` local can be used to append any other styles desired for the element.
|
|
16
|
-
option_field_options[:class] ||= "focus:ring-
|
|
16
|
+
option_field_options[:class] ||= "focus:ring-primary-500 h-4 w-4 text-primary-500 border-slate-300 dark:bg-slate-800 dark:border-slate-900 #{"rounded" if multiple || single_check_box}"
|
|
17
17
|
option_field_options[:class] += " #{append_class}"
|
|
18
18
|
%>
|
|
19
19
|
|
|
@@ -54,7 +54,7 @@ end
|
|
|
54
54
|
<%= check_box_tag "#{html_options[:id]}-select_all", 'select-all', false, data: {
|
|
55
55
|
"select-all-target": 'toggleCheckbox',
|
|
56
56
|
'action': "select-all#selectAllOrNone"
|
|
57
|
-
}, class: "focus:ring-
|
|
57
|
+
}, class: "focus:ring-primary-500 h-4 w-4 text-primary-500 border-slate-300 rounded" %>
|
|
58
58
|
</div>
|
|
59
59
|
<div class="ml-2.5 text-sm pr-4">
|
|
60
60
|
<%= t("global.bulk_select.all") %>
|