tungsten 0.1.22 → 0.1.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 +4 -4
- data/app/assets/stylesheets/tungsten/components/_copy-input.scss +4 -1
- data/app/assets/stylesheets/tungsten/components/_tooltip.scss +1 -0
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.1.22.js → code-0.1.23.js} +1 -1
- data/public/{code-0.1.22.js.gz → code-0.1.23.js.gz} +0 -0
- data/public/{code-0.1.22.map.json → code-0.1.23.map.json} +0 -0
- data/public/{tungsten-0.1.22.css → tungsten-0.1.23.css} +5 -2
- data/public/{tungsten-0.1.22.css.gz → tungsten-0.1.23.css.gz} +0 -0
- data/public/{tungsten-0.1.22.js → tungsten-0.1.23.js} +1 -1
- data/public/{tungsten-0.1.22.js.gz → tungsten-0.1.23.js.gz} +0 -0
- data/public/{tungsten-0.1.22.map.json → tungsten-0.1.23.map.json} +0 -0
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9509fcd7a413b2fef959d7ab3274b8b204705cb
|
|
4
|
+
data.tar.gz: f6d72d0dd351824ba52752665768fb75015021cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe2149ff2b1bb03de1695587635bcc0bdfddb3abd5af6c26e0bde9d8fa5be795baf54d0cd3dab65990ad4686d15a273308bd3942ca1206be1edf0c23daaed3b3
|
|
7
|
+
data.tar.gz: a7abcafdc75234104a688778a291387b8566acee11fb6a65428ba2a4ae46167d4a173c5ed393e5e3d39663cdd40db51389ddd33d015fec5f205d2a077a3030d6
|
data/lib/tungsten/version.rb
CHANGED
|
Binary file
|
|
File without changes
|
|
@@ -2869,7 +2869,8 @@ table.card {
|
|
|
2869
2869
|
display: table; }
|
|
2870
2870
|
|
|
2871
2871
|
.has-tooltip:hover {
|
|
2872
|
-
position: relative;
|
|
2872
|
+
position: relative;
|
|
2873
|
+
z-index: 1; }
|
|
2873
2874
|
.has-tooltip:hover:before, .has-tooltip:hover:after {
|
|
2874
2875
|
opacity: 0;
|
|
2875
2876
|
position: absolute;
|
|
@@ -3118,10 +3119,12 @@ table.card {
|
|
|
3118
3119
|
.copy-input {
|
|
3119
3120
|
position: relative;
|
|
3120
3121
|
display: block; }
|
|
3122
|
+
.copy-input:hover {
|
|
3123
|
+
z-index: 2; }
|
|
3121
3124
|
.copy-input .copy-button {
|
|
3122
3125
|
right: 1px;
|
|
3123
3126
|
top: 1px;
|
|
3124
|
-
z-index:
|
|
3127
|
+
z-index: 1;
|
|
3125
3128
|
padding: 12px 10px 4px 15px; }
|
|
3126
3129
|
.copy-input .copy-button svg {
|
|
3127
3130
|
height: 20px; }
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
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.1.
|
|
4
|
+
version: 0.1.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brandon Mathis
|
|
@@ -274,14 +274,14 @@ files:
|
|
|
274
274
|
- lib/tungsten.rb
|
|
275
275
|
- lib/tungsten/helper.rb
|
|
276
276
|
- lib/tungsten/version.rb
|
|
277
|
-
- public/code-0.1.
|
|
278
|
-
- public/code-0.1.
|
|
279
|
-
- public/code-0.1.
|
|
280
|
-
- public/tungsten-0.1.
|
|
281
|
-
- public/tungsten-0.1.
|
|
282
|
-
- public/tungsten-0.1.
|
|
283
|
-
- public/tungsten-0.1.
|
|
284
|
-
- public/tungsten-0.1.
|
|
277
|
+
- public/code-0.1.23.js
|
|
278
|
+
- public/code-0.1.23.js.gz
|
|
279
|
+
- public/code-0.1.23.map.json
|
|
280
|
+
- public/tungsten-0.1.23.css
|
|
281
|
+
- public/tungsten-0.1.23.css.gz
|
|
282
|
+
- public/tungsten-0.1.23.js
|
|
283
|
+
- public/tungsten-0.1.23.js.gz
|
|
284
|
+
- public/tungsten-0.1.23.map.json
|
|
285
285
|
homepage:
|
|
286
286
|
licenses:
|
|
287
287
|
- MIT
|