active_frontend 12.1.26 → 12.1.27
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: 9877280ebcfc52ccfd94dc4b5071da86afe2708f
|
4
|
+
data.tar.gz: b4e2fd774edefb2f76c8a1499a3fde3145cccfdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4830d5273d13155f6b4be0050b7c89cd89985a3a8cf8b18218834b91be5591e78bc7a438e0eb46e153c5d9af996fa06763a09002d7cce5656df462b615db693
|
7
|
+
data.tar.gz: 8da0302a4eaee92a76b5eb1ae74d87d63542ec92704118d3584115f9db38d7b0a1cfa4a3072095510983ea58131a7c9f27f5d6f22e3d63c8a02d6cd3890c918f
|
@@ -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:
|
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 {
|
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:
|
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.
|
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-
|
11
|
+
date: 2015-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|