oulu 0.12.41 → 0.12.42

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: 7fa889befe33331f80ae40ead02ac266d7805ccf
4
- data.tar.gz: 66563a62480e3b1d8d983f91bac1b3d4fbb5ff62
3
+ metadata.gz: 6d8145d7215b96f074f328f839b55b21beee9753
4
+ data.tar.gz: 24e751b1201dbaebd842e6a9df3570999d31ae7e
5
5
  SHA512:
6
- metadata.gz: 4d6bff0e070f2ddaac18caac5af259c60fecc9f823a1152aef5c56f7b20632778efc3155e83a7c64e8d6aefd5e194e2ce553b18238bef8c3a0f289bdd0c1f390
7
- data.tar.gz: 9aeaa621ff5d5ffa930546dc3984f56d63172dcdf40d98bda4fe66d0761f9d3d5132a3b2ff4a3a26ad17cc0c05a8ac33d7e29e6ad681afbf2394ba70c60d8b4e
6
+ metadata.gz: 627340f91dc3e0a695c3459f8e471aa024294fdacac8e7498dc1afd8bbd591047998b9c554e5c46ebea67c7079ebfc88a35cbe0fc577d3b08586d7d3983a380c
7
+ data.tar.gz: 824c92fa848e7216273685ab2aa0b74af0b22071687a41f3322c891c70613a4d38a933b941d5967890716fac6763d738374cc6ac19805b1ab30f96441dbb479c
@@ -26,5 +26,4 @@
26
26
  @import settings/mixins/line
27
27
  @import settings/mixins/image
28
28
  @import settings/mixins/word-wrap
29
- @import settings/mixins/form
30
29
  @import settings/mixins/flex
@@ -60,11 +60,6 @@ button[class*="is-button"]
60
60
  &.is-block
61
61
  display: block
62
62
 
63
- button[class*="is-button"]
64
- display: inline-block
65
- &.is-block
66
- display: block
67
-
68
63
  // button-group
69
64
  .is-button-group
70
65
  font-size: 0
@@ -11,14 +11,14 @@
11
11
  &.hover,
12
12
  &.is-hover
13
13
  color: luma_contrast_color($color)
14
- $background-color: saturate($color, 20%)
14
+ $background-color: darken($color, 10%)
15
15
  background-color: $background-color
16
16
  box-shadow: shade($background-color, 20%) 0 .125rem 0
17
17
  &:active,
18
18
  &.active,
19
19
  &.is-active
20
20
  color: luma_contrast_color($color)
21
- $background-color: saturate($color, 20%)
21
+ $background-color: darken($color, 10%)
22
22
  background-color: $background-color
23
23
  box-shadow: shade($background-color, 20%) 0 .0625rem 0
24
24
  +top(.0625rem)
@@ -43,5 +43,17 @@ ol
43
43
  #{$all-text-inputs}
44
44
  color: $text-input-color
45
45
 
46
- +placeholder
46
+ \:placeholder-shown
47
+ color: $placeholder-text
48
+ ::-webkit-input-placeholder
49
+ color: $placeholder-text
50
+ \:-moz-placeholder
51
+ opacity: 1
52
+ color: $placeholder-text
53
+ ::-moz-placeholder
54
+ opacity: 1
55
+ color: $placeholder-text
56
+ \:-ms-input-placeholder
57
+ color: $placeholder-text
58
+ .placeholder
47
59
  color: $placeholder-text
@@ -6,10 +6,6 @@
6
6
  * Normalization
7
7
  */
8
8
 
9
- abbr[title]
10
- text-decoration: underline // Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+
11
- text-decoration: underline dotted // Firefox 40+
12
-
13
9
  audio:not([controls])
14
10
  display: none // Chrome 44-, iOS 8+, Safari 9+
15
11
 
@@ -268,11 +264,6 @@ nav ol,
268
264
  nav ul
269
265
  list-style: if(variable-exists(nav-list-style), $nav-list-style, none)
270
266
 
271
- // specify the font size of small elements
272
-
273
- small
274
- font-size: if(variable-exists(small-font-size), $small-font-size, 75%)
275
-
276
267
  // specify the border styling of tables
277
268
 
278
269
  table
@@ -17,7 +17,6 @@ $nav-list-style: none !default
17
17
  $selection-background-color: #B3D4FC !default
18
18
  $selection-color: $default-text !default
19
19
  $selection-text-shadow: none !default
20
- $small-font-size: 75% !default
21
20
  $table-border-collapse: collapse !default
22
21
  $table-border-spacing: 0 !default
23
22
  $textarea-resize: vertical !default
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.41",
3
+ "version": "0.12.42",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
data/lib/oulu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oulu
2
- VERSION = "0.12.41"
2
+ VERSION = "0.12.42"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.41",
3
+ "version": "0.12.42",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.41
4
+ version: 0.12.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-31 00:00:00.000000000 Z
11
+ date: 2017-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -142,7 +142,6 @@ files:
142
142
  - app/assets/stylesheets/settings/mixins/_break-points.sass
143
143
  - app/assets/stylesheets/settings/mixins/_filters.sass
144
144
  - app/assets/stylesheets/settings/mixins/_flex.sass
145
- - app/assets/stylesheets/settings/mixins/_form.sass
146
145
  - app/assets/stylesheets/settings/mixins/_grid.sass
147
146
  - app/assets/stylesheets/settings/mixins/_ie-hacks.sass
148
147
  - app/assets/stylesheets/settings/mixins/_image.sass
@@ -1,15 +0,0 @@
1
- =placeholder
2
- &:placeholder-shown
3
- @content
4
- &::-webkit-input-placeholder
5
- @content
6
- &:-moz-placeholder
7
- opacity: 1
8
- @content
9
- &::-moz-placeholder
10
- opacity: 1
11
- @content
12
- &:-ms-input-placeholder
13
- @content
14
- &.placeholder
15
- @content