active_frontend 12.4.29 → 12.4.30

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: e57b9019d56c3aa10ba85d648ee79774e16cf7f7
4
- data.tar.gz: 612050997b76c6798916fd899124905b2302a0e5
3
+ metadata.gz: 958e359916dd21910882a8f84fa7d051024c739c
4
+ data.tar.gz: 92e031d1ea313edfe70c075e1fd325f32f7a224c
5
5
  SHA512:
6
- metadata.gz: d18f3baf8884c3825fe14925128296f98de10121e2cf2e8d6d0eb539a67d6e032b6c3284f90ea9cf57489ddb6661465c87dfc4956e356ea0a2d5d93ec46cf8a9
7
- data.tar.gz: f3945a7f746766281167f0fd3b223a817a8d2b05eee9d8cbf30ccd71e39b45291f00767733a30da641f8b4600ec1da4c01e2de49ecef47c11e16880d1de8a482
6
+ metadata.gz: 62ec4159aad99d07377face1dcdf932ab25ea3a6e590c179c53d7961435b85b603d17c4ff405880db762ab498bfbe87393a9619861bd5e8caad69a1f37567418
7
+ data.tar.gz: 28d1e1636998a3ee92ed662e4bf3efcbebcb3d67ea2324523b9cbdddb582a1410df30f953ce2ac9092c2bd0d543b22ed26457f19c9fa1f1ec5f6ffc7722e7be4
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.29"
2
+ VERSION = "12.4.30"
3
3
  end
@@ -280,10 +280,12 @@ $onwhite-colors: (
280
280
  }
281
281
  .btn-group-vertical > .btn-outline { margin-top: -1px; }
282
282
  .btn-group-vertical > .btn:first-child {
283
+ border-radius: 0;
283
284
  border-top-right-radius: 2px;
284
285
  border-top-left-radius: 2px;
285
286
  }
286
287
  .btn-group-vertical > .btn:last-child {
288
+ border-radius: 0;
287
289
  border-bottom-right-radius: 2px;
288
290
  border-bottom-left-radius: 2px;
289
291
  }
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.29
4
+ version: 12.4.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez