bullet_train-themes-light 1.7.22 → 1.7.23
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: a9050e218fdfbe9bbc6bfde58002c10af5bf6ad8659132c3b8c69befa4b0d066
|
|
4
|
+
data.tar.gz: e00cc5a61ec5e40caf5df39cab9f2bfee9482f39298961200dc06e87b0ed7dfa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4ff1b47013e1df5832bb8942658d26c4ebd2eef757c6fc6420baf307d2aa4660b104568ea8d119b82de9bcbd4f83709cccb18b94ba3c5022e844be040970b974
|
|
7
|
+
data.tar.gz: 96acd1dde663fa7c02e90267623ed0fcc95ca90978e402e4b072563f6b797d7e812492dac8c5475f916a9265036e3b69c4923efa7d25b9692c50849e5ff216a5
|
|
@@ -28,3 +28,11 @@ ol.breadcrumb li:first-child svg { display: none; }
|
|
|
28
28
|
height: 5px;
|
|
29
29
|
@apply bg-primary-500;
|
|
30
30
|
}
|
|
31
|
+
|
|
32
|
+
/*
|
|
33
|
+
When dragging a sortable table row, only show the first column, usually containing the element's label.
|
|
34
|
+
Can be customize on a per-table basis.
|
|
35
|
+
*/
|
|
36
|
+
tr.gu-mirror > *:not(:first-child) {
|
|
37
|
+
display: none;
|
|
38
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<% memberships ||= [] %>
|
|
3
3
|
|
|
4
4
|
<li class="bg-white shadow overflow-hidden sm:rounded-md dark:bg-slate-700">
|
|
5
|
-
<%= link_to link_url, class: "group block hover:bg-slate-50 dark:hover:bg-slate-400 dark:text-slate-800" do %>
|
|
5
|
+
<%= link_to link_url, class: "group block hover:bg-slate-50 dark:hover:bg-slate-400 dark:text-slate-800", data: { turbo_prefetch: false } do %>
|
|
6
6
|
<div class="px-4 py-4 flex items-center sm:pl-8 sm:pr-6">
|
|
7
7
|
<div class="min-w-0 flex-1 sm:flex sm:items-center sm:justify-between">
|
|
8
8
|
<div>
|
|
@@ -66,7 +66,7 @@ end
|
|
|
66
66
|
<div class="<%= 'required' if other_options[:required] %>">
|
|
67
67
|
|
|
68
68
|
<% # the label. %>
|
|
69
|
-
|
|
69
|
+
<div class="<%= "sr-only" if other_options[:hide_label] == true %>">
|
|
70
70
|
<% if partial.label? %>
|
|
71
71
|
<%= partial.label %>
|
|
72
72
|
<% else %>
|
|
@@ -74,7 +74,7 @@ end
|
|
|
74
74
|
<% label = (other_options[:label].presence || labels.label || legacy_label_for(form, method)) %>
|
|
75
75
|
<%= form.label method, label&.html_safe, class: 'block', for: options[:id] %>
|
|
76
76
|
<% end %>
|
|
77
|
-
|
|
77
|
+
</div>
|
|
78
78
|
|
|
79
79
|
<%# Here, we prioritize yielding the partial's field markup if it already exists. %>
|
|
80
80
|
<%# `form.send` below calls the original Rails Form helpers, such as %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bullet_train-themes-light
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Culver
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|