css-zero 0.0.30 → 0.0.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8c460c71199f0ee11915508660def66aba8330d9e7ff2693233e370ffc71818
4
- data.tar.gz: a1b3716a3b9bb396dd50e233f74a6ed55aaa36489ec5aa80508ed4c5646306a0
3
+ metadata.gz: 1421a60d112863654f94a4b070a0da95043d7cbada5cad2ddf49b115cf61e9ff
4
+ data.tar.gz: 5faa34fbd968a3ad3197f3782aeb34300ade587897fdec6a21a6e24245bd925c
5
5
  SHA512:
6
- metadata.gz: 45dfd49b4086d13457f904a5a7d99d26f2065b9f7ab1033e335f273f0bccc17542d6ae75194f26e84224002ebb569c41a54365c4e97e1eb799ef2d77a05eb73e
7
- data.tar.gz: 2b1490c0232e5ba74b08565b9172d428d8578936cef764f443c80bf56619636c930df35ff30f6b1c2d44e8d368a960b5b709a5950dfde6e2e5540131dd714f34
6
+ metadata.gz: 610498e4c9ca04696ffa786da7498d344e9ef5704a6899bed3d3c75dd29fc88d2205ef59023e1e6fd2f8a82fd05cf91e901ed1ec90e4361519c71be9d0c4516b
7
+ data.tar.gz: bf00a3e2988209b59a7fac29479bc05150367f7db0659f58c2030c7f1f2bb0b8d8061643bc1dd2845634e812fc3f4c6ae4be883f2920e2ed6ae89cb97517cc4e
@@ -1,5 +1,5 @@
1
1
  module TabsHelper
2
2
  def tab_button(content = nil, value:, **, &)
3
- tag.button(content, data: { tabs_target: "button", action: "tabs#select", value: }, **, &)
3
+ tag.button(content, class: "btn", data: { tabs_target: "button", action: "tabs#select", value: }, **, &)
4
4
  end
5
5
  end
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "0.0.30"
2
+ VERSION = "0.0.32"
3
3
  end
@@ -2,7 +2,7 @@
2
2
  background-color: var(--color-bg);
3
3
  border-inline-start-width: var(--border);
4
4
  box-shadow: var(--shadow-lg);
5
- block-size: 100%;
5
+ block-size: var(--size-full);
6
6
  color: var(--color-text);
7
7
  inline-size: var(--size-3-4);
8
8
  margin-inline: var(--sheet-margin);
@@ -14,11 +14,13 @@
14
14
  padding: var(--size-1);
15
15
 
16
16
  button {
17
+ background-color: transparent;
18
+ color: var(--color-text-subtle);
17
19
  inline-size: var(--size-full);
18
20
  }
19
21
 
20
22
  button[data-selected=true] {
21
- --btn-background: var(--color-bg);
22
- --btn-color: var(--color-text);
23
+ background-color: var(--color-bg);
24
+ color: var(--color-text);
23
25
  }
24
26
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.30
4
+ version: 0.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lázaro Nixon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-29 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: lazaronixon@hotmail.com