romo 0.15.5 → 0.15.6
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 +4 -4
- data/assets/css/romo/grid_table.scss +3 -1
- data/assets/css/romo/table.scss +3 -1
- data/lib/romo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA512:
|
|
3
|
-
data.tar.gz:
|
|
4
|
-
metadata.gz:
|
|
3
|
+
data.tar.gz: b8727621161e7bf0bda760d9731ee794bd435ccad0a132e1890879793030c3d31947e9383ab4fcae0c820c79c30e5f11e2a0e15488c2e39231079341c831b04a
|
|
4
|
+
metadata.gz: 15c374ff5e5e8acc052d02875d62886d496a85ded545071073f85c597d025c6b8179bbc2e77b2f1d7a51a92e85d4966e66406ca6f5728c923f956452106ffd6c
|
|
5
5
|
SHA1:
|
|
6
|
-
data.tar.gz:
|
|
7
|
-
metadata.gz:
|
|
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
|
|
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
|
|
data/assets/css/romo/table.scss
CHANGED
|
@@ -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
|
|
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
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.
|
|
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-
|
|
13
|
+
date: 2016-03-17 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: assert
|