active_frontend 12.4.28 → 12.4.29

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
  SHA1:
3
- metadata.gz: 2b4ddca7be347a3a202062b5cac47249c979763e
4
- data.tar.gz: 7c43afd17c2429420f38f239cf8c1fc75364b3c9
3
+ metadata.gz: e57b9019d56c3aa10ba85d648ee79774e16cf7f7
4
+ data.tar.gz: 612050997b76c6798916fd899124905b2302a0e5
5
5
  SHA512:
6
- metadata.gz: 9307d3e226f62e86b4d83f9df60a10350729e96e61aad5744fd2a951e803eff89ea95a25b6d4b17070de8ed3778effd0309e94519b3c9d2177ade7ef63392241
7
- data.tar.gz: 29932e2298cce32e157d19222287f91ebf52aada311d2b428cf5dee703de48e61fb925507a9a5c7b537a70dbcd02b322ccf2525dc52210a5b1ba9ddd85a26ae7
6
+ metadata.gz: d18f3baf8884c3825fe14925128296f98de10121e2cf2e8d6d0eb539a67d6e032b6c3284f90ea9cf57489ddb6661465c87dfc4956e356ea0a2d5d93ec46cf8a9
7
+ data.tar.gz: f3945a7f746766281167f0fd3b223a817a8d2b05eee9d8cbf30ccd71e39b45291f00767733a30da641f8b4600ec1da4c01e2de49ecef47c11e16880d1de8a482
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.28"
2
+ VERSION = "12.4.29"
3
3
  end
@@ -258,12 +258,11 @@ $onwhite-colors: (
258
258
  border-top-color: inherit;
259
259
  border-left-color: rgba(0,0,0,0.1);
260
260
  }
261
- .btn-group > .btn,
262
- .btn-group-vertical > .btn {
261
+ .btn-group > .btn {
263
262
  border-radius: 0;
264
263
  position: relative;
265
264
  }
266
- .btn-group > .btn { margin-left: -1px; }
265
+ .btn-group > .btn-outline { margin-left: -1px; }
267
266
  .btn-group > .btn:first-child {
268
267
  border-bottom-left-radius: 2px;
269
268
  border-top-left-radius: 2px;
@@ -274,30 +273,29 @@ $onwhite-colors: (
274
273
  border-top-right-radius: 2px;
275
274
  }
276
275
  .btn-group-vertical > .btn {
277
- border-radius: 0;
278
276
  display: block;
279
277
  margin-left: 0;
280
- margin-top: -1px;
281
278
  max-width: 100%;
282
279
  width: 100%;
283
280
  }
281
+ .btn-group-vertical > .btn-outline { margin-top: -1px; }
284
282
  .btn-group-vertical > .btn:first-child {
285
283
  border-top-right-radius: 2px;
286
284
  border-top-left-radius: 2px;
287
- margin-left: 0;
288
285
  }
289
286
  .btn-group-vertical > .btn:last-child {
290
287
  border-bottom-right-radius: 2px;
291
288
  border-bottom-left-radius: 2px;
292
289
  }
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; }
290
+ .btn-group-vertical > .btn:only-child { border-radius: 2px; }
291
+ .btn-group > .btn-outline:hover,
292
+ .btn-group > .btn-outline:active,
293
+ .btn-group > .btn-outline.active,
294
+ .btn-group > .btn-outline:focus,
295
+ .btn-group-vertical > .btn-outline:hover,
296
+ .btn-group-vertical > .btn-outline:active,
297
+ .btn-group-vertical > .btn-outline.active,
298
+ .btn-group-vertical > .btn-outline:focus { z-index: 2; }
301
299
  .btn-group .dropdown-toggle:active,
302
300
  .btn-group.open .dropdown-toggle { outline: 0; }
303
301
  .btn-group-block {
@@ -122,7 +122,7 @@ body {
122
122
  ================================================== */
123
123
  .html-scrollbar {
124
124
  ::-webkit-scrollbar {
125
- background: rgba(0,0,0,0);
125
+ background: $color-transparent;
126
126
  border-radius: 500px;
127
127
  width: 8px;
128
128
  }
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: 12.4.28
4
+ version: 12.4.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez