oulu 0.14.0 → 0.14.1

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: 493edf11fbb5767dc062a1ad7d63a008b03db1af
4
- data.tar.gz: 8a7dcc101bf0b8d2cdd5a105cdeb4a67187fa474
3
+ metadata.gz: 0076f843d49e7314157201d1cb6ac2a9e51c2795
4
+ data.tar.gz: b4b8fd056b6f07059294a4133c2cce64e0635aa1
5
5
  SHA512:
6
- metadata.gz: 8c8bd383f5fac09a7c5016d859530364377db156f777e5487cd702fb2836ede9b1348b62e94fd97975787afc71380fc2c6ae7920a61a5d275f09f5a7e0cb97a1
7
- data.tar.gz: 89803681962694a3a677bfcaa3287312eb01bfc2f97b6d935c8fcfd3d4d6f3c8087ba394b1c07c0089a7fb4031937c889a5210c8f9e9fd139d5f4a8e8254a5db
6
+ metadata.gz: 526d4a10b1b818993d39ba8de15b8187bb84607e51f2db505842df4344fe8d4d93f8604f215197e51ee3c0631c6fa01181ced81617cb2ad0d713457f8b330fcc
7
+ data.tar.gz: e33c15facb0b0c9ae614edab91c52f886e68517ec3aca1a7774df40ed549e2bbcd72a9723e93c7ed42524a98a34eb54879f37a40b8ca4443470ca701048e2940
@@ -9,7 +9,8 @@
9
9
  border-color: $color
10
10
  &:hover
11
11
  background-color: rgba($color, .2)
12
- &:active
12
+ &:active,
13
+ &.is-active
13
14
  background-color: $color
14
15
  color: luma_contrast_color($color)
15
16
 
@@ -18,7 +19,8 @@
18
19
  background-color: $color
19
20
  &:hover
20
21
  background-color: darken($color, 20%)
21
- &:active
22
+ &:active,
23
+ &.is-active
22
24
  background-color: darken($color, 20%)
23
25
 
24
26
  .is-button
@@ -27,6 +29,10 @@
27
29
  i,
28
30
  .is-button__icon
29
31
  margin-right: .4em
32
+ &.is-icon
33
+ i,
34
+ .is-button__icon
35
+ margin-right: 0
30
36
  &.is-xs
31
37
  $font-size: $xs-button-font-size
32
38
  $button-height: $font-size * $button-xs-height-ratio
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
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.14.0"
2
+ VERSION = "0.14.1"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
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.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-12 00:00:00.000000000 Z
11
+ date: 2017-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -193,9 +193,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  version: '0'
194
194
  requirements: []
195
195
  rubyforge_project:
196
- rubygems_version: 2.6.8
196
+ rubygems_version: 2.6.11
197
197
  signing_key:
198
198
  specification_version: 4
199
199
  summary: Sass mixins.
200
200
  test_files: []
201
- has_rdoc: