codeclimate-styles 0.7.3 → 0.7.4

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: c24c76eabbc4d30afdf6d086f7f968c81f64e9da
4
- data.tar.gz: cd10ad647fa0ac7902287f1e3f9e44b57a5983b7
3
+ metadata.gz: f6b42bce990d6c7b262f4eab7dcb55dd99e6ef80
4
+ data.tar.gz: 67abd77c9979450928bb30119d020ea743af940e
5
5
  SHA512:
6
- metadata.gz: 2e9cd29c0a5bf3c6ca83e51376a8eab1b10282112c150f3dc62b13149a71fd4b9bab02c2c1a9abdb5d6f352f923137b5501811dc41a6fd809a302cbf28097960
7
- data.tar.gz: e99734424e2b7f8774a4ea0a68830b584214abbc773d73e8349fb9dacdbb2e94d5e72b4d74b5b80ebcdce7c53cc9240a5505676e996091cb7b0b47fc255da048
6
+ metadata.gz: aed1f5bfd3fbf60c6e8174c7a067bafdc29aebaa900618eddea50889bdc2dd6934ac752958812128adb0e43996e7867b08699348ab0f394ac13ec62720aa8e8b
7
+ data.tar.gz: 1df718d34d1a387d337a9c7f0a3b7d2ce2dee4e91b0428f8a78be5ebd93e37e5cda593800ee48f0431b7c7a9a49d696b3ad0995ac065f871443cd93efe697c4a
@@ -235,10 +235,11 @@ $tooltip-background-color: rgba(4, 4, 4, .8);
235
235
  color: $white;
236
236
  font-size: 12px;
237
237
  line-height: 18px;
238
- margin: 8px 0;
238
+ margin-bottom: 6px;
239
239
  max-width: 200px;
240
240
  opacity: 0;
241
241
  padding: 4px 16px;
242
+ pointer-events: none;
242
243
  position: absolute;
243
244
  text-align: center;
244
245
 
@@ -269,6 +270,9 @@ $tooltip-background-color: rgba(4, 4, 4, .8);
269
270
  }
270
271
 
271
272
  .tooltip--bottom {
273
+ margin-bottom: 0;
274
+ margin-top: 6px;
275
+
272
276
  &::before {
273
277
  border-bottom-color: $tooltip-background-color;
274
278
  border-top-color: transparent;
@@ -1,5 +1,5 @@
1
1
  module CC
2
2
  module Styles
3
- VERSION = "0.7.3".freeze
3
+ VERSION = "0.7.4".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeclimate-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.3
4
+ version: 0.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate