active_frontend 1.0.2 → 1.0.3

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: c247cb427dc1b2c4260e57e0a3b35a644bc865dd
4
- data.tar.gz: 82f3cbd7136db6fa1c03e2e6b9d40bd536252220
3
+ metadata.gz: 709a858871c780ecbe77d877da76bad6a35436fe
4
+ data.tar.gz: 163fce19b10284a35dce80a8a57722dab0071458
5
5
  SHA512:
6
- metadata.gz: 8cfeba05421e31f3148c84117a7d5458b40e41be88121869117c0acce55d59ad7196d5b6306ec84eb878654b9e5547f96dba8aabada0a5396f1bf3c2eb7536ca
7
- data.tar.gz: 18d4c9d9b1f918dcf564d2a2e08871d813441d6718a6f860a339b197ef96e4475d91e73c49cf0d07e24fdd239a7e974a895dbafa4478c1ce7f6f4a4ec8ee7d74
6
+ metadata.gz: 8c548fd71219ed459f80d5c2236299d774aac3810b456a307f94c50529adfeccedd61e18a3ff07e3c8e71f1db891213a83ad87829507eefeb319ef47ed076916
7
+ data.tar.gz: 9d6e08efa85c9fc29197050c1693cb872592f29f19ff109f23b7d5eeb9fc5b76804d7e5c76c0dd9599f673b5e36f0ca38901b4245ebdad1977170a1e85d3af9d
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -54,6 +54,10 @@
54
54
  .dropdown-menu > li > a:focus,
55
55
  .dropdown-submenu:hover > a,
56
56
  .dropdown-submenu:focus > a { color: rgba(15,135,226,1); }
57
+ .dropdown-menu > li > a:active,
58
+ .dropdown-menu > li > a.active,
59
+ .dropdown-submenu:active > a,
60
+ .dropdown-submenu.active > a { color: rgba(112,169,13,1); }
57
61
  .open > .dropdown-menu { display: block; }
58
62
  .pull-right > .dropdown-menu {
59
63
  left: auto;
@@ -87,10 +87,10 @@
87
87
  margin: 14px 0 10px 0;
88
88
  }
89
89
  .header-trunk > li > ul.dropdown-menu > li > a { color: rgba(255,255,255,1); }
90
- .header-trunk > li > ul.dropdown-menu > li > a:active,
91
- .header-trunk > li > ul.dropdown-menu > li > a.active,
92
90
  .header-trunk > li > ul.dropdown-menu > li > a:hover,
93
91
  .header-trunk > li > ul.dropdown-menu > li > a:focus { color: rgba(15,135,226,1); }
92
+ .header-trunk > li > ul.dropdown-menu > li > a:active,
93
+ .header-trunk > li > ul.dropdown-menu > li > a.active { color: rgba(112,169,13,1); }
94
94
  .header-trunk > li .badge,
95
95
  .header-trunk > li .label { margin: -8px 0 -6px 0; }
96
96
  .header-search {
@@ -143,7 +143,7 @@
143
143
  .header-user {
144
144
  float: right;
145
145
  font-size: 13px;
146
- margin: 21px 0 0 15px;
146
+ margin: 22px 0 0 15px;
147
147
  }
148
148
  .header-user > a {
149
149
  color: rgba(102,117,127,1);
@@ -185,7 +185,7 @@
185
185
  }
186
186
  .header-app .header-search { margin-top: 11px; }
187
187
  .header-app .header-nav { margin-top: 19px; }
188
- .header-app .header-user { margin-top: 11px; }
188
+ .header-app .header-user { margin-top: 13px; }
189
189
 
190
190
  /* # Alternate
191
191
  ================================================== */
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: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez