active_frontend 12.4.0 → 12.4.1

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: ad50b899b412ba2e5bc078ff4391f04064ba14d5
4
- data.tar.gz: 97e72436ee05f54b3e71b1a4798fd141e1d52f03
3
+ metadata.gz: 67964c73e2dd99e1213fea71a6694760d1df97cd
4
+ data.tar.gz: bda4339e3d533c74567a40ac8455a7fd93f00e98
5
5
  SHA512:
6
- metadata.gz: ad77bcb3a24eb509576c8e1b81494bb266931780c0aa4f2ef0ca6142fd66a99355befc5fc1b8a2f05415dbb9ae0a3e609627a094f5f7ce200da3f50befd8001e
7
- data.tar.gz: 6b7938340aa04f6a95277e8df94f6eb763eab20b85acad448498a056871bd8e8e73b24525d07c8b3b7560f1e9cb24f6552e40601fe6043e2d5ab595d973a6500
6
+ metadata.gz: 74194380acf61ce68d2894f9709628bfc82087d590ec6c4415af8936e1ca0738a7a7889adf7231d8323d2ecac6fccc602c9c37a91bff22efb12ec11870e2cb3a
7
+ data.tar.gz: 31efb73c48401bd7df2f89c3a5c52bf408d08e4b0d23062bee0ee41e6826409802b71c41081417dfa327bdbf901ec676f232a02ddea29f62428718d965b768a9
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.0"
2
+ VERSION = "12.4.1"
3
3
  end
@@ -77,7 +77,7 @@ $onwhite-colors: (
77
77
  position: fixed;
78
78
  right: 0;
79
79
  top: 0;
80
- z-index: 1040;
80
+ z-index: 1050;
81
81
  }
82
82
 
83
83
  /* # Colors
@@ -59,14 +59,17 @@
59
59
  margin: 5px 0 4px 0;
60
60
  overflow: hidden;
61
61
  }
62
- .dropdown-menu > li { border-color: inherit;}
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: -5px 0;
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: 1050;
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: 1040;
111
+ z-index: 1050;
112
112
  }
113
113
  .modal-backdrop.fade {
114
114
  filter: alpha(opacity=0);
@@ -22,7 +22,7 @@
22
22
  top: 0;
23
23
  white-space: normal;
24
24
  width: 276px;
25
- z-index: 1040;
25
+ z-index: 1070;
26
26
  }
27
27
  .popover.top { margin-top: -10px; }
28
28
  .popover.right { margin-left: 10px; }
@@ -50,7 +50,7 @@
50
50
  font-style: normal;
51
51
  letter-spacing: 0;
52
52
  line-height: 1;
53
- margin-top: -1px;
53
+ margin: -5.5px 0 -5px 0;
54
54
  padding: 4px 5px 3px 5px;
55
55
  text-align: center;
56
56
  vertical-align: middle;
@@ -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;
@@ -22,7 +22,7 @@
22
22
  text-decoration: none;
23
23
  text-transform: none;
24
24
  visibility: visible;
25
- z-index: 1040;
25
+ z-index: 1070;
26
26
  }
27
27
  .tooltip.in {
28
28
  opacity: 0.8;
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.0
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.1
238
+ rubygems_version: 2.5.2
239
239
  signing_key:
240
240
  specification_version: 4
241
241
  summary: ActiveFrontend Responsive Web Framework