fleetio_spark 0.1.7 → 0.1.8

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
  SHA256:
3
- metadata.gz: 624d7953901eaec4aa7570a9dc4857936926d4b77102e7d25fce2047e4b0b4ba
4
- data.tar.gz: 994b45c3f37493e33fb66df14289b464d0023bd6554a12bbc20714bfb40f50ae
3
+ metadata.gz: ace1c5517a635801cabb98c63ee9d6201df306c0ec4dcacea234379732cd149a
4
+ data.tar.gz: 0df86152c899165ec0b3e6a8446af88f7f257cefd28ccea0583c959452f91736
5
5
  SHA512:
6
- metadata.gz: '0693c3bcd1bfa1628526ed095081acf35dfe867b876d3a18bdcc6371839c33ca98526366fe30f5ef0d4360429250b85f47fcec847c37d9e6895eb7830f3e2e87'
7
- data.tar.gz: 5caf4d49e4cca740e9a002f300d0f1493308a674f16e6beeda812870a39da0a19670741c9898935efec12c33e025b257625b79e8d95f6bfbfa487bb221efdae2
6
+ metadata.gz: e0a6c8ebc23112edaaba356b9433f72e0838f8b1860a72571f2d6232e3f5923be8640a7db448332352f2a4ecd47ce917e0e5f96c011635b7238c38437d409298
7
+ data.tar.gz: bb70a97c3fddbf7a723e60db2eb866c84502637b8e431a4b9aa99dc54d413d06fb70411b09aa584988b35fa322f1a7cd02443816ece6ea30809fdb4cb51be93f
@@ -304,13 +304,14 @@
304
304
  padding: 0 20px;
305
305
  text-decoration: none;
306
306
  transition: background-color $duration $timing;
307
- background-color: transparent;
307
+ background-color: $sidebar-nav-item-hover;
308
308
  line-height: 1.4;
309
+ border-bottom: 1px solid rgba(#000, .2);
309
310
 
310
311
  &:hover,
311
312
  &:focus {
312
313
  color: $fl-white;
313
- background-color: $sidebar-nav-item-hover;
314
+ background-color: lighten($sidebar-nav-item-hover, 1%);
314
315
 
315
316
  .dropdown-icon {
316
317
  color: inherit
@@ -1,3 +1,3 @@
1
1
  module FleetioSpark
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
@@ -1048,11 +1048,12 @@ input:checked + .check-switch-panel {
1048
1048
  text-decoration: none;
1049
1049
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
1050
1050
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
1051
- background-color: transparent;
1052
- line-height: 1.4; }
1051
+ background-color: #004c84;
1052
+ line-height: 1.4;
1053
+ border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
1053
1054
  .sidebar-nav-header > a:hover, .sidebar-nav-header > a:focus {
1054
1055
  color: #FFFFFF;
1055
- background-color: #004c84; }
1056
+ background-color: #004f89; }
1056
1057
  .sidebar-nav-header > a:hover .dropdown-icon, .sidebar-nav-header > a:focus .dropdown-icon {
1057
1058
  color: inherit; }
1058
1059
  .sidebar-nav-header .dropdown-icon {
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fleetio_spark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-18 00:00:00.000000000 Z
11
+ date: 2019-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -186,10 +186,10 @@ files:
186
186
  - lib/fleetio_spark.rb
187
187
  - lib/fleetio_spark/helper.rb
188
188
  - lib/fleetio_spark/version.rb
189
- - public/spark-0.1.7.css
190
- - public/spark-0.1.7.css.gz
191
- - public/spark-0.1.7.js
192
- - public/spark-0.1.7.js.gz
189
+ - public/spark-0.1.8.css
190
+ - public/spark-0.1.8.css.gz
191
+ - public/spark-0.1.8.js
192
+ - public/spark-0.1.8.js.gz
193
193
  homepage:
194
194
  licenses:
195
195
  - MIT