active_frontend 12.1.26 → 12.1.27

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: 7f967a366bf6283945019bde92a019f6795ce92f
4
- data.tar.gz: 49daeb082fb7003f113dc306d08e368f525f49d6
3
+ metadata.gz: 9877280ebcfc52ccfd94dc4b5071da86afe2708f
4
+ data.tar.gz: b4e2fd774edefb2f76c8a1499a3fde3145cccfdf
5
5
  SHA512:
6
- metadata.gz: 4bd477e0adb545067dd764ffa21776efedf924d66403534f02ce4c53ab4c36c39177f19d8cc2c382ac24075417352533d980a1614d3d066d34dfe784b1e81d4a
7
- data.tar.gz: d9f06e582c5c3fd834124d9def7ffb05720d5d9131efaf1b691eb80b44b10d80f2eeb5db042210448664d5592b2e1751bac26701e4f7b85bbc73749d239c798e
6
+ metadata.gz: f4830d5273d13155f6b4be0050b7c89cd89985a3a8cf8b18218834b91be5591e78bc7a438e0eb46e153c5d9af996fa06763a09002d7cce5656df462b615db693
7
+ data.tar.gz: 8da0302a4eaee92a76b5eb1ae74d87d63542ec92704118d3584115f9db38d7b0a1cfa4a3072095510983ea58131a7c9f27f5d6f22e3d63c8a02d6cd3890c918f
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.26"
2
+ VERSION = "12.1.27"
3
3
  end
@@ -76,7 +76,8 @@
76
76
  float: left;
77
77
  }
78
78
  .header-btn-group > li > a {
79
- border-bottom: 3px solid $color-transparent;
79
+ border-bottom: 4px solid $color-transparent;
80
+ border-radius: 0 !important;
80
81
  box-sizing: border-box;
81
82
  display: block;
82
83
  height: 60px;
@@ -80,10 +80,7 @@
80
80
  .nav-tabs > .active > a,
81
81
  .nav-tabs > .active > a:hover,
82
82
  .nav-tabs > .active > a:active,
83
- .nav-tabs > .active > a:focus {
84
- border-color: $color-primary;
85
- color: $color-primary;
86
- }
83
+ .nav-tabs > .active > a:focus { border-color: $color-primary; }
87
84
  .nav-tabs .open a.dropdown-toggle { background: $color-transparent; }
88
85
  .nav-pills > li > a {
89
86
  background: $color-light-haze;
@@ -83,17 +83,20 @@
83
83
  /* # Styles
84
84
  ================================================== */
85
85
  .toolbar-bordered > a {
86
- background: $color-transparent;
87
- border-right-width: 3px !important;
86
+ background: $color-transparent !important;
87
+ border-right-width: 4px !important;
88
88
  border-right-style: solid;
89
89
  border-right-color: $color-transparent;
90
90
  }
91
91
  .toolbar-bordered > a:hover,
92
92
  .toolbar-bordered > a.active,
93
93
  .toolbar-bordered > a:active,
94
- .toolbar-bordered > a:focus { border-right-color: $color-primary; }
94
+ .toolbar-bordered > a:focus {
95
+ border-right-color: $color-primary;
96
+ color: initial;
97
+ }
95
98
  .toolbar-bordered.toolbar-alt > a {
96
- border-left-width: 3px !important;
99
+ border-left-width: 4px !important;
97
100
  border-left-style: solid;
98
101
  border-left-color: $color-transparent;
99
102
  border-right: 0 !important;
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.1.26
4
+ version: 12.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-17 00:00:00.000000000 Z
11
+ date: 2015-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails