codeclimate-styles 0.7.6 → 0.7.7

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: 41375000ea2ddbaaf1c472503f09ffc63cb95f77
4
- data.tar.gz: 6982eab81756baa412a601d47aef1d3068f6ac62
3
+ metadata.gz: dc770f073db8a235163203e42c35e7ad9dc855c2
4
+ data.tar.gz: c1e17cec26ce9e9ac4abc6e8bf3dfba58f03e9ff
5
5
  SHA512:
6
- metadata.gz: 668904138ab7616de000aa3aa85f1d07326ee06b9aecb39e1ececedba36ea4ffc0b16edd8df0b6b8030490d46b87277f067acd45d0a73f757954e25be1f4ec47
7
- data.tar.gz: 0ac8c3af8b622f577b5363e7e579e60b71c33b95376bb78191fc8a87733f657dcac0c6c3149b86ad30c274b18f1eeee63e23ff5142bf8fa278f8dff61730b8f5
6
+ metadata.gz: 4264d60c092897ab581932ac2502f008ab6458c24d87bbba6fc3d0efb2f68a9fa152ddcda18b6fb89275c747fac335ef555395eb4613eb8381ab964ce5c8c3e7
7
+ data.tar.gz: a55e6c33d8d6522cce3b93984f1fcda5da296433457856b6e23cd0740639ecc2015f251b93fdf31482b231df2f3570b00af045e11fc93f3c8057d18e45e70b19
@@ -204,7 +204,8 @@ $checkbox-border-size: 2px;
204
204
 
205
205
  label {
206
206
  cursor: pointer;
207
- padding-left: $checkbox-size + 10px;
207
+ line-height: 18px;
208
+ padding-left: $checkbox-size + 8px;
208
209
  user-select: none;
209
210
  vertical-align: middle;
210
211
 
@@ -215,12 +216,13 @@ $checkbox-border-size: 2px;
215
216
  margin-top: -($checkbox-size / 2);
216
217
  position: absolute;
217
218
  top: 50%;
219
+ transition: all .15s ease-in-out;
218
220
  }
219
221
 
220
222
  &::before {
221
223
  background: transparent;
222
224
  border: $checkbox-border-size solid $grayscale-aluminium;
223
- border-radius: 6px;
225
+ border-radius: 3px;
224
226
  height: $checkbox-size - (2 * $checkbox-border-size);
225
227
  width: $checkbox-size - (2 * $checkbox-border-size);
226
228
  }
@@ -300,7 +302,7 @@ form.form
300
302
  align-items: center;
301
303
  cursor: pointer;
302
304
  display: flex;
303
- padding-left: 30px;
305
+ padding-left: 28px;
304
306
  position: relative;
305
307
 
306
308
  &::before,
@@ -437,35 +439,32 @@ input[type=range] {
437
439
  }
438
440
 
439
441
  &::-webkit-slider-thumb {
440
- background-color: $green;
441
- border-radius: 3px;
442
- cursor: pointer;
443
- height: 20px;
444
- margin-top: -8px;
445
- width: 20px;
446
442
  -webkit-appearance: none;
443
+ background-color: $white;
444
+ border: 3px solid $green;
445
+ border-radius: 50%;
446
+ cursor: pointer;
447
+ height: 16px;
448
+ margin-top: -6px;
449
+ width: 16px;
447
450
  }
448
451
 
449
452
  &::-moz-range-thumb {
450
- background-color: $green;
451
- border: none;
452
- border-radius: 3px;
453
+ background-color: $white;
454
+ border: 3px solid $green;
455
+ border-radius: 50%;
453
456
  cursor: pointer;
454
- height: 20px;
455
- width: 20px;
457
+ height: 16px;
458
+ width: 16px;
456
459
  }
457
460
 
458
461
  &::-ms-thumb {
459
- background-color: $green;
460
- border-radius: 3px;
462
+ background-color: $white;
463
+ border: 3px solid $green;
464
+ border-radius: 50%;
461
465
  cursor: pointer;
462
- height: 20px;
463
- width: 20px;
464
- }
465
-
466
- &::-webkit-slider-thumb {
467
- margin-top: -8px;
468
- -webkit-appearance: none;
466
+ height: 16px;
467
+ width: 16px;
469
468
  }
470
469
 
471
470
  &::-webkit-slider-runnable-track {
@@ -482,6 +481,14 @@ input[type=range] {
482
481
  height: 4px;
483
482
  }
484
483
 
484
+ &::-webkit-progress-value {
485
+ background-color: $green;
486
+ }
487
+
488
+ &::-moz-range-progress {
489
+ background-color: $green;
490
+ }
491
+
485
492
  &::-ms-track {
486
493
  background: transparent;
487
494
  border-color: transparent;
@@ -97,14 +97,16 @@ $filter-shadow-color: rgba(0, 0, 0, .06);
97
97
  }
98
98
 
99
99
  label {
100
- color: $green;
101
100
  display: block;
102
- padding-left: 22px;
103
101
 
104
102
  &:hover {
105
103
  color: $green-dark;
106
104
  }
107
105
  }
106
+
107
+ input:checked + label {
108
+ font-family: $sans-serif-semibold;
109
+ }
108
110
  }
109
111
 
110
112
  /*doc
@@ -1,5 +1,5 @@
1
1
  module CC
2
2
  module Styles
3
- VERSION = "0.7.6".freeze
3
+ VERSION = "0.7.7".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.7.6
4
+ version: 0.7.7
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-10-25 00:00:00.000000000 Z
11
+ date: 2017-12-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Foundational stylesheets for Code Climate properties
14
14
  email: