tungsten 0.1.22 → 0.1.23

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
  SHA1:
3
- metadata.gz: 93ff15036dd010077a3c07d90ad142abb22b68f5
4
- data.tar.gz: 88fef5e1da2ab8ec16ad52fe5cc8bcd77fdf890b
3
+ metadata.gz: a9509fcd7a413b2fef959d7ab3274b8b204705cb
4
+ data.tar.gz: f6d72d0dd351824ba52752665768fb75015021cc
5
5
  SHA512:
6
- metadata.gz: 75d92efe529b622bf3bb7dcdd56781161e607963eecb55058f57faeb5432d3f9c7bff98f10f37008ac1c7b013e2858675e098ca00be0abccb07ead83480ac330
7
- data.tar.gz: 2da8ec4e1d286a6dd7ee8c581a1ab844dfe471a91bea3b6d34afd867b1101397e4be4d6260c486c2703439741854d31ed69d0a83c7418a479e8f340cb4d7bcee
6
+ metadata.gz: fe2149ff2b1bb03de1695587635bcc0bdfddb3abd5af6c26e0bde9d8fa5be795baf54d0cd3dab65990ad4686d15a273308bd3942ca1206be1edf0c23daaed3b3
7
+ data.tar.gz: a7abcafdc75234104a688778a291387b8566acee11fb6a65428ba2a4ae46167d4a173c5ed393e5e3d39663cdd40db51389ddd33d015fec5f205d2a077a3030d6
@@ -1,11 +1,14 @@
1
1
  .copy-input {
2
2
  position: relative;
3
3
  display: block;
4
+ &:hover {
5
+ z-index: 2;
6
+ }
4
7
 
5
8
  .copy-button {
6
9
  right: 1px;
7
10
  top: 1px;
8
- z-index: 2;
11
+ z-index: 1;
9
12
  padding: 12px 10px 4px 15px;
10
13
  svg {
11
14
  height: 20px;
@@ -1,5 +1,6 @@
1
1
  .has-tooltip:hover {
2
2
  position: relative;
3
+ z-index: 1;
3
4
  &:before, &:after {
4
5
  opacity: 0;
5
6
  position: absolute;
@@ -1,3 +1,3 @@
1
1
  module Tungsten
2
- VERSION = "0.1.22"
2
+ VERSION = "0.1.23"
3
3
  end
@@ -89,4 +89,4 @@ function move(o){document.documentElement.scrollTop=o,document.body.parentNode.s
89
89
  });
90
90
 
91
91
 
92
- //# sourceMappingURL=/assets/tungsten/code-0.1.22.map.json
92
+ //# sourceMappingURL=/assets/tungsten/code-0.1.23.map.json
@@ -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: 2;
3127
+ z-index: 1;
3125
3128
  padding: 12px 10px 4px 15px; }
3126
3129
  .copy-input .copy-button svg {
3127
3130
  height: 20px; }
@@ -88,4 +88,4 @@ function request(e,n,t){return"function"==typeof t?new e("GET",n).end(t):2==argu
88
88
  });
89
89
 
90
90
 
91
- //# sourceMappingURL=/assets/tungsten/tungsten-0.1.22.map.json
91
+ //# sourceMappingURL=/assets/tungsten/tungsten-0.1.23.map.json
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.22
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.22.js
278
- - public/code-0.1.22.js.gz
279
- - public/code-0.1.22.map.json
280
- - public/tungsten-0.1.22.css
281
- - public/tungsten-0.1.22.css.gz
282
- - public/tungsten-0.1.22.js
283
- - public/tungsten-0.1.22.js.gz
284
- - public/tungsten-0.1.22.map.json
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