romo 0.15.5 → 0.15.6

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
  SHA512:
3
- data.tar.gz: 5213978441a99285d038f150c3e63c941d201d3bf8bd9bc7ceaea1708b0f8a719ab353789725576af8e6e4355efa2298eafd540d071c5751cdb39c06835d9cfa
4
- metadata.gz: 9f82ad94fb73fd66214b8145dfa94e7e1360b8954ba0d4d740b96ce04c0cee07820febd7836565c917e3a0dc9cee87a25e4ae3c9e8dc793bea71251a9de2762b
3
+ data.tar.gz: b8727621161e7bf0bda760d9731ee794bd435ccad0a132e1890879793030c3d31947e9383ab4fcae0c820c79c30e5f11e2a0e15488c2e39231079341c831b04a
4
+ metadata.gz: 15c374ff5e5e8acc052d02875d62886d496a85ded545071073f85c597d025c6b8179bbc2e77b2f1d7a51a92e85d4966e66406ca6f5728c923f956452106ffd6c
5
5
  SHA1:
6
- data.tar.gz: d8bd79a71d95999e06796780fcec60fa64cf540b
7
- metadata.gz: 54301720eef9ee106b59ce0474525efe28ca2b0b
6
+ data.tar.gz: ba00261a0fad017de00d14910f8e29f94a4dc02a
7
+ metadata.gz: e60d2736e0b2067b2c30e208b1754762f28bb002
@@ -41,7 +41,9 @@ ol.romo-grid-table { @include list-unstyled(!important); }
41
41
  .romo-grid-table .romo-row.romo-inverse { @include bg-inverse; }
42
42
 
43
43
  .romo-grid-table-hover:not(.romo-grid-table-header) > .romo-row:hover,
44
- .romo-grid-table-hover:not(.romo-grid-table-header).romo-grid-table-alt > .romo-row:hover { @include bg-hover; }
44
+ .romo-grid-table-hover:not(.romo-grid-table-header).romo-grid-table-alt > .romo-row:hover,
45
+ .romo-grid-table-hover:not(.romo-grid-table-header).romo-grid-table-striped > .romo-row:hover,
46
+ .romo-grid-table-hover:not(.romo-grid-table-header).romo-grid-table-striped-alt > .romo-row:hover { @include bg-hover; }
45
47
  .romo-grid-table-hover.romo-grid-table-header > .romo-row:not(:first-child):hover,
46
48
  .romo-grid-table-hover.romo-grid-table-header.romo-grid-table-alt > .romo-row:not(:first-child):hover { @include bg-hover; }
47
49
 
@@ -31,7 +31,9 @@
31
31
  .romo-table tr.romo-inverse { @include bg-inverse; }
32
32
 
33
33
  .romo-table-hover tbody tr:hover,
34
- .romo-table-hover.romo-table-alt tbody tr:hover { @include bg-hover; }
34
+ .romo-table-hover.romo-table-alt tbody tr:hover,
35
+ .romo-table-hover.romo-table-striped tbody tr:hover,
36
+ .romo-table-hover.romo-table-striped-alt tbody tr:hover { @include bg-hover; }
35
37
 
36
38
  .romo-table-hover tbody tr.romo-base:hover { @include bg-base-hover; }
37
39
  .romo-table-hover tbody tr.romo-alt:hover { @include bg-alt-hover; }
data/lib/romo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Romo
2
- VERSION = "0.15.5"
2
+ VERSION = "0.15.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: romo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.5
4
+ version: 0.15.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Redding
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2016-02-19 00:00:00 Z
13
+ date: 2016-03-17 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: assert