active_frontend 14.0.84 → 14.0.85

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: e135f88b3e88491954bd24d2f3acf7beae038838
4
- data.tar.gz: '0905aa74f27f6561263def185e52b32e8994ec7a'
3
+ metadata.gz: eebd728000b655787b434b38e73d85a59d2a600e
4
+ data.tar.gz: 99f26ac00020d761816ab68369504c9b2da6a0a3
5
5
  SHA512:
6
- metadata.gz: '068ffc54c4476e73927d667c533c70b0765490ae4a09717e310c8924fad5e22e2c6fc87c2d5b4987381501e46b6e0d556481d85a7e496f90e8f2618c9eb920ec'
7
- data.tar.gz: 8a1ace06162426887b5ca8039e90119533cdf405fe9562ac17be2dccf50ad04b82805871248f9fe09d4944c6934391366f1ccd87424d18de7d7168e35c1745fd
6
+ metadata.gz: 2231dcd0fcac2ac96482afd86f65d3f1dcfe7343b10cc236bd05cc7567cf831e671a13db63b2dd7cb0ef84dc30095f1b7a9c76f18a774cbcd0c1eeb9406e1f33
7
+ data.tar.gz: 021f0f4fa6c687be113cc76db5f6eb6b0cd4b34b304ff3275a8e4f818f91878229e76f309218b5b9c1c9fa545ecba301188ba8cc97ace46c9b542a5b58059522
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.84'.freeze
2
+ VERSION = '14.0.85'.freeze
3
3
  end
@@ -87,6 +87,28 @@ thead {
87
87
  }
88
88
  }
89
89
  }
90
+ .table-highlight {
91
+ tbody {
92
+ tr {
93
+ td:hover { background: color(haze); }
94
+ }
95
+ }
96
+
97
+ &.dark {
98
+ tbody {
99
+ tr {
100
+ td:hover { background: background-hover-color(black); }
101
+ }
102
+ }
103
+ }
104
+ &.light {
105
+ tbody {
106
+ tr {
107
+ td:hover { background: background-hover-color(haze); }
108
+ }
109
+ }
110
+ }
111
+ }
90
112
  .table-scroll {
91
113
  max-height: 300px;
92
114
  overflow-y: auto;
@@ -8,6 +8,7 @@
8
8
  // Cohort
9
9
  // ==================================================
10
10
  .cohort-title {
11
+ background: color(white);
11
12
  border: 1px solid color(dark-haze);
12
13
  border-bottom: 0;
13
14
  font-size: text-size(b);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.84
4
+ version: 14.0.85
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez