oulu 0.9.8 → 0.9.9

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: f3a65e00db04ce5a8c4d95431f38eb5fb793a9da
4
- data.tar.gz: 413e93d5a77d1cf1379dae26f9366e642a296aa4
3
+ metadata.gz: d059056ab7082fc0f521619ce155e2f84086c625
4
+ data.tar.gz: bd4c8da03457e66554718dd13e32042e2d2eb28b
5
5
  SHA512:
6
- metadata.gz: 593ed1e6d98a2d06b0bd5e7d43ced6e12920b45b87439b84b32ba5d06ec02767b6f80d7e61833870c8ecc4a8a375a448d24fa4c4cc19bf0142c216229ab82a64
7
- data.tar.gz: f918878563d776df0030186281a50dcd0f03012ba3c3c05b8bd3effbc1aa058eaef63cf428198a0670244e751843b41832df4b88dc41d55bbb6a3d7fd71f0179
6
+ metadata.gz: 5147aabbdb39c25a24129aa213407c5ea13f03b1e594eecdf1481ede91f37f45605c625ed52da05bda365f17c9aeaad49f50fbbf4037432d440f7043e6b1c320
7
+ data.tar.gz: cb94d135f15e920712a4e4f92ac68580fbb095f408e095a0ebdcbc22acbb881bfc364c1a6ec37d3a9f99acf9e0bc879c003d9c6b0fe1612b81b330884b373cd6
@@ -61,3 +61,4 @@
61
61
  ///////////////////
62
62
 
63
63
  @import settings/initializers/sanitize
64
+ @import settings/initializers/reboot
@@ -0,0 +1,28 @@
1
+ html
2
+ -webkit-tap-highlight-color: rgba(0,0,0,0)
3
+
4
+ [tabindex="-1"]:focus
5
+ outline: none !important
6
+
7
+ [role="button"]
8
+ cursor: pointer
9
+
10
+ img
11
+ vertical-align: middle
12
+
13
+ a,
14
+ area,
15
+ button,
16
+ [role="button"],
17
+ input,
18
+ label,
19
+ select,
20
+ summary,
21
+ textarea
22
+ touch-action: manipulation
23
+
24
+ input[type="search"]
25
+ -webkit-appearance: none
26
+
27
+ [hidden]
28
+ display: none !important
@@ -1,7 +1,15 @@
1
1
  =placeholder
2
+ &:placeholder-shown
3
+ @content
2
4
  &::-webkit-input-placeholder
3
5
  @content
4
6
  &:-moz-placeholder
7
+ opacity: 1
8
+ @content
9
+ &::-moz-placeholder
10
+ opacity: 1
11
+ @content
12
+ &:-ms-input-placeholder
5
13
  @content
6
14
  &.placeholder
7
15
  @content
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
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.9.8"
2
+ VERSION = "0.9.9"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.8",
3
+ "version": "0.9.9",
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.9.8
4
+ version: 0.9.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-01 00:00:00.000000000 Z
11
+ date: 2016-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -139,6 +139,7 @@ files:
139
139
  - app/assets/stylesheets/settings/functions/_reverse.sass
140
140
  - app/assets/stylesheets/settings/functions/_string.sass
141
141
  - app/assets/stylesheets/settings/functions/_text.sass
142
+ - app/assets/stylesheets/settings/initializers/_reboot.sass
142
143
  - app/assets/stylesheets/settings/initializers/_sanitize.sass
143
144
  - app/assets/stylesheets/settings/mixins/_animation.sass
144
145
  - app/assets/stylesheets/settings/mixins/_background.sass