active_frontend 12.4.25 → 12.4.26

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: 3f9b5a7b84be8b475f1e7456ac33ce5833aee88b
4
- data.tar.gz: e4b88e45970255dd23079ff0ec6407445bf0e537
3
+ metadata.gz: 026bbb13f883ebeb83dd379d741ae629cde5e341
4
+ data.tar.gz: 675d3c79089424de2b4cc9b0fa2784ee7dbce59a
5
5
  SHA512:
6
- metadata.gz: f6bad36dfe6806674a055ec3582219c4133c34d6333e1e382e467c5a203b64d8a8c2c4df60842385c0c65ae6dd9fa582f81e15095f2ed237d9f8961c3468b2c6
7
- data.tar.gz: 614ce6a081708392eb640d358579d977bef412358638640b6556a5c02003ad6c8c77e4c1221ef5532848e79ab7d1d5de6946d080f015809829d0088d14a19055
6
+ metadata.gz: 449863e62085b5b8599aa77482de5d5578ccecdc98bb5803e62d6537e657718c9774dec9b63f709d2ceffb185cf29b074177c76c4294862914fefec79e9fc741
7
+ data.tar.gz: d8ea6328165c8c8ddb2023a23dad020fe0be9eee2f9d4e130d960e2e696a00605fe2da350fa806014fbe433a1c58e392b4dae005505b9ef2723bc8f99c777294
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.25"
2
+ VERSION = "12.4.26"
3
3
  end
@@ -254,6 +254,10 @@ $onwhite-colors: (
254
254
  margin-left: 0;
255
255
  }
256
256
  .btn-group > .dropdown-toggle:not(:first-child) { border-left-color: rgba(0,0,0,0.1); }
257
+ .btn-group-vertical > .dropdown-toggle:not(:first-child) {
258
+ border-top-color: inherit;
259
+ border-left-color: rgba(0,0,0,0.1);
260
+ }
257
261
  .btn-group > .btn,
258
262
  .btn-group-vertical > .btn {
259
263
  border-radius: 0;
@@ -265,25 +269,11 @@ $onwhite-colors: (
265
269
  border-top-left-radius: 2px;
266
270
  margin-left: 0;
267
271
  }
268
- .btn-group > .btn:last-child,
269
- .btn-group > .dropdown-toggle {
272
+ .btn-group > .btn:last-child {
270
273
  border-bottom-right-radius: 2px;
271
274
  border-top-right-radius: 2px;
272
275
  }
273
- .btn-group > .btn:active,
274
- .btn-group > .btn.active,
275
- .btn-group > .btn:hover,
276
- .btn-group > .btn:hover,
277
- .btn-group > .btn:focus,
278
- .btn-group-vertical > .btn:hover,
279
- .btn-group-vertical > .btn:active,
280
- .btn-group-vertical > .btn.active,
281
- .btn-group-vertical > .btn:focus { z-index: 2; }
282
- .btn-group .dropdown-toggle:active,
283
- .btn-group.open .dropdown-toggle { outline: 0; }
284
- .btn-group-vertical > .btn,
285
- .btn-group-vertical > .btn-group,
286
- .btn-group-vertical > .btn-group > .btn {
276
+ .btn-group-vertical > .btn {
287
277
  border-radius: 0;
288
278
  display: block;
289
279
  margin-left: 0;
@@ -296,11 +286,20 @@ $onwhite-colors: (
296
286
  border-top-left-radius: 2px;
297
287
  margin-left: 0;
298
288
  }
299
- .btn-group-vertical > .btn:last-child,
300
- .btn-group-vertical > .dropdown-toggle {
289
+ .btn-group-vertical > .btn:last-child {
301
290
  border-bottom-right-radius: 2px;
302
291
  border-bottom-left-radius: 2px;
303
292
  }
293
+ .btn-group > .btn:hover,
294
+ .btn-group > .btn:active,
295
+ .btn-group > .btn.active,
296
+ .btn-group > .btn:focus,
297
+ .btn-group-vertical > .btn:hover,
298
+ .btn-group-vertical > .btn:active,
299
+ .btn-group-vertical > .btn.active,
300
+ .btn-group-vertical > .btn:focus { z-index: 2; }
301
+ .btn-group .dropdown-toggle:active,
302
+ .btn-group.open .dropdown-toggle { outline: 0; }
304
303
  .btn-group-block {
305
304
  border-collapse: separate;
306
305
  display: table;
@@ -340,9 +339,7 @@ $onwhite-colors: (
340
339
  /* # Media Queries
341
340
  ================================================== */
342
341
  @media only screen and (max-width: 767px) {
343
- .btn-group-responsive > .btn,
344
- .btn-group-responsive > .btn-group,
345
- .btn-group-responsive > .btn-group > .btn {
342
+ .btn-group-responsive > .btn {
346
343
  border-radius: 0;
347
344
  display: block;
348
345
  margin-left: 0;
@@ -355,14 +352,11 @@ $onwhite-colors: (
355
352
  border-top-left-radius: 2px;
356
353
  margin-left: 0;
357
354
  }
358
- .btn-group-responsive > .btn:last-child,
359
- .btn-group-responsive > .dropdown-toggle {
355
+ .btn-group-responsive > .btn:last-child {
360
356
  border-bottom-right-radius: 2px;
361
357
  border-bottom-left-radius: 2px;
362
358
  }
363
- .btn-group-vertical-responsive > .btn,
364
- .btn-group-vertical-responsive > .btn-group,
365
- .btn-group-vertical-responsive > .btn-group > .btn {
359
+ .btn-group-vertical-responsive > .btn {
366
360
  display: inline-block;
367
361
  margin-left: -1px;
368
362
  margin-top: 0;
@@ -374,8 +368,7 @@ $onwhite-colors: (
374
368
  border-top-right-radius: 0;
375
369
  border-top-left-radius: 2px;
376
370
  }
377
- .btn-group-vertical-responsive > .btn:last-child,
378
- .btn-group-vertical-responsive > .dropdown-toggle {
371
+ .btn-group-vertical-responsive > .btn:last-child {
379
372
  border-bottom-right-radius: 2px;
380
373
  border-bottom-left-radius: 0;
381
374
  border-top-right-radius: 2px;
@@ -389,4 +382,5 @@ only screen and ( min-device-pixel-ratio: 2),
389
382
  only screen and ( min-resolution: 192dpi),
390
383
  only screen and ( min-resolution: 2dppx) {
391
384
  .btn-group > .dropdown-toggle:not(:first-child) { border-left-width: 0.5px; }
385
+ .btn-group-vertical > .dropdown-toggle:not(:first-child) { border-top-width: 0.5px; }
392
386
  }
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: 12.4.25
4
+ version: 12.4.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-04 00:00:00.000000000 Z
11
+ date: 2016-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails