active_frontend 12.4.0 → 12.4.1
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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_alert.scss +1 -1
- data/vendor/assets/stylesheets/_dropdown.scss +6 -3
- data/vendor/assets/stylesheets/_modal.scss +2 -2
- data/vendor/assets/stylesheets/_popover.scss +1 -1
- data/vendor/assets/stylesheets/_subheader.scss +1 -1
- data/vendor/assets/stylesheets/_toolbar.scss +2 -4
- data/vendor/assets/stylesheets/_tooltip.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67964c73e2dd99e1213fea71a6694760d1df97cd
|
|
4
|
+
data.tar.gz: bda4339e3d533c74567a40ac8455a7fd93f00e98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74194380acf61ce68d2894f9709628bfc82087d590ec6c4415af8936e1ca0738a7a7889adf7231d8323d2ecac6fccc602c9c37a91bff22efb12ec11870e2cb3a
|
|
7
|
+
data.tar.gz: 31efb73c48401bd7df2f89c3a5c52bf408d08e4b0d23062bee0ee41e6826409802b71c41081417dfa327bdbf901ec676f232a02ddea29f62428718d965b768a9
|
|
@@ -59,14 +59,17 @@
|
|
|
59
59
|
margin: 5px 0 4px 0;
|
|
60
60
|
overflow: hidden;
|
|
61
61
|
}
|
|
62
|
-
.dropdown-menu > li {
|
|
62
|
+
.dropdown-menu > li {
|
|
63
|
+
border-color: inherit;
|
|
64
|
+
line-height: 1;
|
|
65
|
+
}
|
|
63
66
|
.dropdown-menu > li > a {
|
|
64
67
|
border-bottom: 1px solid;
|
|
65
68
|
border-top: 1px solid;
|
|
66
69
|
border-color: $color-transparent;
|
|
67
70
|
clear: both;
|
|
68
71
|
display: block;
|
|
69
|
-
padding: 8px 15px;
|
|
72
|
+
padding: 8px 15px 9px 15px;
|
|
70
73
|
white-space: nowrap;
|
|
71
74
|
}
|
|
72
75
|
.dropdown-menu > li > a:hover,
|
|
@@ -84,7 +87,7 @@
|
|
|
84
87
|
}
|
|
85
88
|
.dropdown-menu > li .badge,
|
|
86
89
|
.dropdown-menu > li .label {
|
|
87
|
-
margin: -
|
|
90
|
+
margin: -4px 0 -6px 0;
|
|
88
91
|
padding: 4px 6px;
|
|
89
92
|
}
|
|
90
93
|
.open > .dropdown-menu {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
position: fixed;
|
|
23
23
|
top: 0;
|
|
24
24
|
width: 560px;
|
|
25
|
-
z-index:
|
|
25
|
+
z-index: 1060;
|
|
26
26
|
}
|
|
27
27
|
.modal.fade {
|
|
28
28
|
@include transition((opacity 0.2s linear, top 0.4s ease-in-out));
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
position: fixed;
|
|
109
109
|
right: 0;
|
|
110
110
|
top: 0;
|
|
111
|
-
z-index:
|
|
111
|
+
z-index: 1050;
|
|
112
112
|
}
|
|
113
113
|
.modal-backdrop.fade {
|
|
114
114
|
filter: alpha(opacity=0);
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
border-color: inherit;
|
|
34
34
|
border-radius: 0;
|
|
35
35
|
box-sizing: border-box;
|
|
36
|
+
color: inherit;
|
|
36
37
|
display: block;
|
|
37
38
|
font-size: 21px;
|
|
38
39
|
height: 55px;
|
|
@@ -91,10 +92,7 @@
|
|
|
91
92
|
.toolbar-bordered > a:hover,
|
|
92
93
|
.toolbar-bordered > a.active,
|
|
93
94
|
.toolbar-bordered > a:active,
|
|
94
|
-
.toolbar-bordered > a:focus {
|
|
95
|
-
border-right-color: $color-primary;
|
|
96
|
-
color: initial;
|
|
97
|
-
}
|
|
95
|
+
.toolbar-bordered > a:focus { border-right-color: $color-primary; }
|
|
98
96
|
.toolbar-bordered.toolbar-alt > a {
|
|
99
97
|
border-left-width: 4px !important;
|
|
100
98
|
border-left-style: solid;
|
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.
|
|
4
|
+
version: 12.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
235
235
|
version: '0'
|
|
236
236
|
requirements: []
|
|
237
237
|
rubyforge_project:
|
|
238
|
-
rubygems_version: 2.5.
|
|
238
|
+
rubygems_version: 2.5.2
|
|
239
239
|
signing_key:
|
|
240
240
|
specification_version: 4
|
|
241
241
|
summary: ActiveFrontend Responsive Web Framework
|