codeclimate-styles 0.2.3 → 0.2.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7573bedd2dca50003e11013ea4bcf5ec36753926
4
- data.tar.gz: 7654082507bbf4b3175fef0f6b14663060eea7e8
3
+ metadata.gz: cd891373af481dc428f2c08c5c27c0cdb4940c21
4
+ data.tar.gz: fa482f4c04c779193aed388f08925bb7014fc6da
5
5
  SHA512:
6
- metadata.gz: 33112b8584bdd06f9e6ef1a5528f7449d83897aa7cddc1c84b599478cd1bfcb44db457973b0fd3387060c471fbd5f143820ebc150b5d420044418f692da0342f
7
- data.tar.gz: ce0cb36f1a934405b344e4486b1728ce0d303217661de6bb678a58ecc11ebe71c81c98eda2f2476663cd29b874d67ff8fbb5aa95f34496b08d295530a7b48e88
6
+ metadata.gz: 27bc850a6b20b5ea976758a709e130e9106779408a77889d6ec75025d345c6c9e04c18c4b2f0918c170bdbd9b622cf3d04a3cd277be8b2ed7f1a2c4855bec5e3
7
+ data.tar.gz: 38f87ae4cd1c5d3ff30e7f7280c80ce538d53783cfb89cbd50812c5c0ad69e55744fbe7638097cf1bacfb3e83e9d1ff906a02b1c7058c56915d447d12ac2cf2d
@@ -226,7 +226,10 @@ category: misc
226
226
  ```slim_example
227
227
  div
228
228
  .tooltip I am a tooltip with content
229
- | hover here to see a tooltip
229
+ | hover here to see a tooltip above
230
+ div
231
+ .tooltip.tooltip--bottom I am a tooltip with content
232
+ | hover here to see a tooltip below
230
233
  ```
231
234
  */
232
235
 
@@ -270,6 +273,15 @@ $tooltip-background-color: rgba(4, 4, 4, .8);
270
273
  opacity: 1;
271
274
  }
272
275
 
276
+ .tooltip--bottom {
277
+ &::before {
278
+ border-bottom-color: $tooltip-background-color;
279
+ border-top-color: transparent;
280
+ bottom: auto;
281
+ top: -12px;
282
+ }
283
+ }
284
+
273
285
  /*doc
274
286
  ---
275
287
  title: Loading spinner
@@ -1,5 +1,5 @@
1
1
  module CC
2
2
  module Styles
3
- VERSION = "0.2.3".freeze
3
+ VERSION = "0.2.4".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeclimate-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-18 00:00:00.000000000 Z
11
+ date: 2017-04-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Foundational stylesheets for Code Climate properties
14
14
  email:
@@ -100,18 +100,19 @@ require_paths:
100
100
  - lib
101
101
  required_ruby_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - ">="
103
+ - - '>='
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ">="
108
+ - - '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.6.8
113
+ rubygems_version: 2.0.3
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Code Climate stylesheets
117
117
  test_files: []
118
+ has_rdoc: