active_frontend 17.4.0 → 17.4.1

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
  SHA256:
3
- metadata.gz: 15fa2c48987d458c8269d668edbc976f11084ce0059d8919a8bb63cb78893503
4
- data.tar.gz: '03355809a25a21b97bd09798d21fabf2814d57a912a70613258345df0e46d393'
3
+ metadata.gz: 7e370341fadb47f99bd1163404e24ed4900a94f90e72e224659c4f40f766ae09
4
+ data.tar.gz: 2730c686caa09720a31ccfffe2153c7d045514ec26dec8173faa336912f32141
5
5
  SHA512:
6
- metadata.gz: c1aac3b858f76a6b5b2a123d3612cb1902034ee5d2706013df931140cbad311d0d9b679ee34862af802b924455fcd8adee4a5a52ee640e004aeda088ee26e637
7
- data.tar.gz: cd7cbb17ee299d752d24d4b15797db4a0aa6d195c39b4bdc459b96f4efdff93addc1f54ee81b92aa4d93511af517c002e6fca22cec1c16731dea26ec6133a8de
6
+ metadata.gz: a5f5f1051defe191525a2cfff7d498c7de0a438ea01695c08b277d4aa47603b3e408262e4baab014cccec563cd8ba305337753a4d3eb94ac4f737a05c398a8c5
7
+ data.tar.gz: 1fb43b89ac44fab5bfbe4127ee844cdb88bcde9d94c522b9913a37ba8c0de14ed718e794b30f637947c5f73a16a324061c65faf5f14e9c9d533a4d5c4266355b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '17.4.0'
4
+ VERSION ||= '17.4.1'
5
5
  end
@@ -1276,7 +1276,7 @@
1276
1276
  });
1277
1277
  }
1278
1278
  });
1279
- var dropdown = renderer.create('<ul class="dropmenu caret">', function ($node, options) {
1279
+ var dropdown = renderer.create('<ul class="dropmenu white caret">', function ($node, options) {
1280
1280
  var markup = $.isArray(options.items) ? options.items.map(function (item) {
1281
1281
  var value = (typeof item === 'string') ? item : (item.value || '');
1282
1282
  var content = options.template ? options.template(item) : item;
@@ -1286,7 +1286,7 @@
1286
1286
  $node.html(markup);
1287
1287
  });
1288
1288
 
1289
- var dropdownCheck = renderer.create('<ul class="dropmenu caret wysiwyg-check">', function ($node, options) {
1289
+ var dropdownCheck = renderer.create('<ul class="dropmenu white caret wysiwyg-check">', function ($node, options) {
1290
1290
  var markup = $.isArray(options.items) ? options.items.map(function (item) {
1291
1291
  var value = (typeof item === 'string') ? item : (item.value || '');
1292
1292
  var content = options.template ? options.template(item) : item;
@@ -327,7 +327,7 @@
327
327
  }
328
328
 
329
329
  .dropmenu {
330
- min-width: 205px;
330
+ min-width: 211px;
331
331
  padding: 5px;
332
332
 
333
333
  > .btn-group { float: left; }
@@ -471,6 +471,17 @@
471
471
  }
472
472
  }
473
473
  }
474
+ .wysiwyg-image-popover {
475
+ width: 287px;
476
+
477
+ .popover-content {
478
+ background: color(white);
479
+ border-bottom: 0;
480
+ border-radius: border-radius(b);
481
+ margin: 0;
482
+ padding: 0 0 5px 5px;
483
+ }
484
+ }
474
485
  .wysiwyg-hint-popover {
475
486
  min-width: 100px;
476
487
  padding: 2px;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.4.0
4
+ version: 17.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-31 00:00:00.000000000 Z
11
+ date: 2019-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails