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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_button.scss +12 -14
- data/vendor/assets/stylesheets/_reset.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e57b9019d56c3aa10ba85d648ee79774e16cf7f7
|
4
|
+
data.tar.gz: 612050997b76c6798916fd899124905b2302a0e5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d18f3baf8884c3825fe14925128296f98de10121e2cf2e8d6d0eb539a67d6e032b6c3284f90ea9cf57489ddb6661465c87dfc4956e356ea0a2d5d93ec46cf8a9
|
7
|
+
data.tar.gz: f3945a7f746766281167f0fd3b223a817a8d2b05eee9d8cbf30ccd71e39b45291f00767733a30da641f8b4600ec1da4c01e2de49ecef47c11e16880d1de8a482
|
@@ -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:
|
294
|
-
.btn-group > .btn:
|
295
|
-
.btn-group > .btn
|
296
|
-
.btn-group > .btn
|
297
|
-
.btn-group
|
298
|
-
.btn-group-vertical > .btn:
|
299
|
-
.btn-group-vertical > .btn
|
300
|
-
.btn-group-vertical > .btn
|
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 {
|