codeclimate-styles 0.8.0 → 0.8.1

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: f72d2025ef5a8296e0ab958aa6beda7f68a87929
4
- data.tar.gz: 8925ec013929bbde2f684c54abdc8cee28ebc580
3
+ metadata.gz: 26a95f5d2f9cc04b22b03d67947e0a0756859f17
4
+ data.tar.gz: 18561623d1c6a5de5012831bc05c51024be4fe55
5
5
  SHA512:
6
- metadata.gz: ba075e0265f50d138d07241eda4f2eb628b8753a2ac54457eb908305e1e44500066074bc12fb748cf46033f974d98f2b9ae5c081a36ed0685525f1cac0e19be3
7
- data.tar.gz: d0244944020a72d90645127b6ccefc4270441cf8b05c88faa7e0efce0322ea1b88596dff1dfa6bc121a246d8325336fe05480a1aaff436fbf325b0d665e9f2e0
6
+ metadata.gz: a216b4506cb9e1f9151fe2130c95fe968e753fc2a8ca73500c4f6ecf5730538aa423cf7b139fd9f91037a11fcabc37fdcd6c95e33a754c790ea01e701cc36cb7
7
+ data.tar.gz: 90767328f77730827be501103587fc13a8f38fda21be26a9a205d8c4fb28e4016088e2c66ad225985ac2f9f85237be2d5713de0676f533f6ff8c923662046afc
@@ -91,7 +91,7 @@ textarea.input {
91
91
  font-size: 14px;
92
92
  line-height: 1;
93
93
  outline: none;
94
- padding: 11px 14px 9px;
94
+ padding: 7px 8px;
95
95
  transition: background-color .25s ease, border-color .25s ease;
96
96
 
97
97
  &:focus {
@@ -127,18 +127,19 @@ form.form--search
127
127
  &::before {
128
128
  background: $grayscale-slate;
129
129
  content: " ";
130
- height: 39px;
131
- left: 11px;
130
+ height: 100%;
131
+ left: 10px;
132
132
  mask-image: image-url("cc/styles/icons/search_solid.svg");
133
133
  mask-position: center;
134
134
  mask-repeat: no-repeat;
135
135
  mask-size: 100% auto;
136
+ pointer-events: none;
136
137
  position: absolute;
137
- width: 15px;
138
+ width: 16px;
138
139
  }
139
140
 
140
141
  input[type=search] {
141
- padding-left: 30px;
142
+ padding-left: 34px;
142
143
  width: 230px;
143
144
 
144
145
  &:focus,
@@ -1,5 +1,5 @@
1
1
  module CC
2
2
  module Styles
3
- VERSION = "0.8.0".freeze
3
+ VERSION = "0.8.1".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.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-09 00:00:00.000000000 Z
11
+ date: 2018-01-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Foundational stylesheets for Code Climate properties
14
14
  email: