active_frontend 12.4.7 → 12.4.8
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87f8fb24aa5e7176596422ff1aa6b95395cf01cc
|
4
|
+
data.tar.gz: f7282ee37522e8ca9bf9a1da64b3a28e5969f43c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a0f0bfcab0eabea9d177efa3c8d70bd1398a09dae8b7e295583b398a4203c547e958602d2af4d1e5a8a85970f44809e0e9e7d38a900d687e011341e2b369ede
|
7
|
+
data.tar.gz: e5cb77cce5c934787475f0ea9ff34a24664e9dc6602bb0cf167b5080fdcfad5941dbb7d25c5ae0074a6ee0973ca731d5f486cf9b27007b28c996470615549fcb
|
@@ -292,12 +292,14 @@ $onwhite-colors: (
|
|
292
292
|
width: 100%;
|
293
293
|
}
|
294
294
|
.btn-group-vertical > .btn:first-child {
|
295
|
+
border-radius: 0;
|
295
296
|
border-top-right-radius: 2px;
|
296
297
|
border-top-left-radius: 2px;
|
297
298
|
margin-left: 0;
|
298
299
|
}
|
299
300
|
.btn-group-vertical > .btn:last-child,
|
300
301
|
.btn-group-vertical > .dropdown-toggle {
|
302
|
+
border-radius: 0;
|
301
303
|
border-bottom-right-radius: 2px;
|
302
304
|
border-bottom-left-radius: 2px;
|
303
305
|
}
|
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.
|
4
|
+
version: 12.4.8
|
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-02-
|
11
|
+
date: 2016-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|