active_frontend 15.1.5 → 15.1.6

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: 45191822858f2a0019b2324722e9768a871d0ef83fb50f42edf1f9056a1d0ddd
4
- data.tar.gz: d6a10b6eeee630a92a0ebbdc787152781ac8daaabc29533cbcf17a5353da48ee
3
+ metadata.gz: 3ae050d5ac12d56c6890ab46d48195c24bafe3b7b76b99e4342b82937fa1091e
4
+ data.tar.gz: c3cf04a8bf6067c01c15175aceab55acb4195dc66eed0d321d2d15d50bd3db62
5
5
  SHA512:
6
- metadata.gz: 4823605bb77b82a6749731363c26b567ec7c1c4aa6802ec3cca6b29fb6da700a7a6da8fb6dc8f8016f9e208e55d07b8672a036cf3bad52e04520e21ed2725d3e
7
- data.tar.gz: 3a5a14b1143134a45235d841875bd06375f75db7eff13cc24b8784dfed7084321c3666cfeca8eb83db1852e086ba83ff72834ff943ff9008398808b8bb1d2b20
6
+ metadata.gz: cadb23cfe07a529251fb4d89e55e8b1f0935f508838860120374b8745f705c5042cb0cd19cf779d1409d51e552f22ee00b8203d5f5e114bf254db12ffaa637fc
7
+ data.tar.gz: 18b5ad73304aa65fcca559055464a1cc51845efa0646f4b3d0c0fbd5c6e81744b774baa73da1095a997aee11f2f9eb33d1d784eb7d0cb026d0cb5c92df7e14ab
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '15.1.5'
4
+ VERSION ||= '15.1.6'
5
5
  end
@@ -331,5 +331,49 @@
331
331
  }
332
332
  }
333
333
  }
334
+ &.btn-group-block {
335
+ > .btn {
336
+ border-radius: 0;
337
+ border-right-width: 1px;
338
+ display: block;
339
+ margin-left: 0;
340
+ margin-top: -1px;
341
+ width: 100%;
342
+
343
+ &:first-child {
344
+ border-top-right-radius: border-radius(b);
345
+ border-top-left-radius: border-radius(b);
346
+ margin-left: 0;
347
+ }
348
+ &:last-child,
349
+ &.dropdown-toggle {
350
+ border-bottom-right-radius: border-radius(b);
351
+ border-bottom-left-radius: border-radius(b);
352
+ }
353
+ }
354
+
355
+ &.btn-group-vertical {
356
+ > .btn {
357
+ border-right-width: 0;
358
+ display: table-cell;
359
+ width: 1%;
360
+
361
+ &:first-child {
362
+ border-bottom-left-radius: border-radius(b);
363
+ border-bottom-right-radius: 0;
364
+ border-top-right-radius: 0;
365
+ border-top-left-radius: border-radius(b);
366
+ }
367
+ &:last-child,
368
+ &.dropdown-toggle {
369
+ border-bottom-left-radius: 0;
370
+ border-bottom-right-radius: border-radius(b);
371
+ border-right-width: 1px;
372
+ border-top-left-radius: 0;
373
+ border-top-right-radius: border-radius(b);
374
+ }
375
+ }
376
+ }
377
+ }
334
378
  }
335
379
  }
@@ -69,6 +69,7 @@ textarea,
69
69
  &.dark {
70
70
  background: color(light-black);
71
71
  box-shadow: inset 0 2px 0 0 dark-color(light-black);
72
+ color: color(white);
72
73
 
73
74
  &[disabled] { background: color(black); }
74
75
  }
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: 15.1.5
4
+ version: 15.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-19 00:00:00.000000000 Z
11
+ date: 2018-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails