tungsten 0.2.15 → 0.2.16
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/tungsten/components/_toggle-nav.scss +2 -2
- data/app/assets/stylesheets/tungsten/form/_input-row.scss +11 -1
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.2.15.js → code-0.2.16.js} +0 -0
- data/public/{code-0.2.15.js.gz → code-0.2.16.js.gz} +0 -0
- data/public/{tungsten-0.2.15.css → tungsten-0.2.16.css} +9 -3
- data/public/{tungsten-0.2.15.css.gz → tungsten-0.2.16.css.gz} +0 -0
- data/public/{tungsten-0.2.15.js → tungsten-0.2.16.js} +0 -0
- data/public/{tungsten-0.2.15.js.gz → tungsten-0.2.16.js.gz} +0 -0
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5bc5e3e3a6b066748e193e0393dd57035795a73a59ec5b61cd868175e58e9b5
|
|
4
|
+
data.tar.gz: 6fcb9fd0179aa381bc0f88ae262bc72a1b02ef9de021bfbcf6664caa2bc8c34a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e9f0e2621242e945a7da5756c33de076d7e4f0bf8a0aa8684e01a0e073699fbd99262acbdccd60d4e3cb34f72006f0c4cbe79b8f88483a8c370980bf5934c14
|
|
7
|
+
data.tar.gz: a61a779f15ed57bd7c853ef61b0099389db8ce82ef5383c9e3c3b7f9e5c202ec41cb15fdd6f21540d80c17e0ab57112beab5040f648c78bc8d4cc58bdc3d0d1c
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
cursor: pointer;
|
|
18
18
|
transition: background-color $timing .2s;
|
|
19
19
|
&:hover, &:focus {
|
|
20
|
-
color: $blue-
|
|
20
|
+
color: $blue-03;
|
|
21
21
|
z-index: 1;
|
|
22
22
|
}
|
|
23
23
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
border-bottom-right-radius: $radius;
|
|
36
36
|
}
|
|
37
37
|
&.active {
|
|
38
|
-
background-color: darken($blue-
|
|
38
|
+
background-color: darken($blue-03, 5);
|
|
39
39
|
z-index: 2;
|
|
40
40
|
color: #fff;
|
|
41
41
|
}
|
|
@@ -12,6 +12,16 @@
|
|
|
12
12
|
|
|
13
13
|
// For some reason buttons are 2px too tall
|
|
14
14
|
> .button-wrapper {
|
|
15
|
-
align-self:
|
|
15
|
+
align-self: flex-end;
|
|
16
|
+
margin-bottom: 1px;
|
|
17
|
+
|
|
18
|
+
button.primary {
|
|
19
|
+
line-height: 1.5em;
|
|
20
|
+
padding: 10px 12px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
button.icon-button {
|
|
24
|
+
padding: 9px 9px 10px;
|
|
25
|
+
}
|
|
16
26
|
}
|
|
17
27
|
}
|
data/lib/tungsten/version.rb
CHANGED
|
File without changes
|
|
Binary file
|
|
@@ -2860,7 +2860,13 @@ input::-moz-focus-inner {
|
|
|
2860
2860
|
.input-row > * ~ * {
|
|
2861
2861
|
margin-left: 8px; }
|
|
2862
2862
|
.input-row > .button-wrapper {
|
|
2863
|
-
align-self:
|
|
2863
|
+
align-self: flex-end;
|
|
2864
|
+
margin-bottom: 1px; }
|
|
2865
|
+
.input-row > .button-wrapper button.primary, .input-row > .button-wrapper button.dialog-continue {
|
|
2866
|
+
line-height: 1.5em;
|
|
2867
|
+
padding: 10px 12px; }
|
|
2868
|
+
.input-row > .button-wrapper button.icon-button {
|
|
2869
|
+
padding: 9px 9px 10px; }
|
|
2864
2870
|
|
|
2865
2871
|
.input-unit {
|
|
2866
2872
|
position: absolute;
|
|
@@ -3700,7 +3706,7 @@ table.card {
|
|
|
3700
3706
|
cursor: pointer;
|
|
3701
3707
|
transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s; }
|
|
3702
3708
|
.toggle-nav-label:hover, .toggle-nav-label:focus {
|
|
3703
|
-
color: #
|
|
3709
|
+
color: #0094fd;
|
|
3704
3710
|
z-index: 1; }
|
|
3705
3711
|
.toggle-nav-label + .toggle-nav-label {
|
|
3706
3712
|
margin-left: -1px; }
|
|
@@ -3711,7 +3717,7 @@ table.card {
|
|
|
3711
3717
|
border-top-right-radius: 3px;
|
|
3712
3718
|
border-bottom-right-radius: 3px; }
|
|
3713
3719
|
.toggle-nav-label.active {
|
|
3714
|
-
background-color: #
|
|
3720
|
+
background-color: #0085e4;
|
|
3715
3721
|
z-index: 2;
|
|
3716
3722
|
color: #fff; }
|
|
3717
3723
|
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tungsten
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mathis
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-03-
|
|
12
|
+
date: 2019-03-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -317,12 +317,12 @@ files:
|
|
|
317
317
|
- lib/tungsten.rb
|
|
318
318
|
- lib/tungsten/helper.rb
|
|
319
319
|
- lib/tungsten/version.rb
|
|
320
|
-
- public/code-0.2.
|
|
321
|
-
- public/code-0.2.
|
|
322
|
-
- public/tungsten-0.2.
|
|
323
|
-
- public/tungsten-0.2.
|
|
324
|
-
- public/tungsten-0.2.
|
|
325
|
-
- public/tungsten-0.2.
|
|
320
|
+
- public/code-0.2.16.js
|
|
321
|
+
- public/code-0.2.16.js.gz
|
|
322
|
+
- public/tungsten-0.2.16.css
|
|
323
|
+
- public/tungsten-0.2.16.css.gz
|
|
324
|
+
- public/tungsten-0.2.16.js
|
|
325
|
+
- public/tungsten-0.2.16.js.gz
|
|
326
326
|
homepage:
|
|
327
327
|
licenses:
|
|
328
328
|
- MIT
|