active_frontend 12.4.23 → 12.4.24
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: 33e12cc18d9c32e8a2cb6a402b9e492252040a7d
|
4
|
+
data.tar.gz: fa75c98cbd3ffd359780aa5e970a75e7c8625a3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c02123c0d94e74dc88fc49236c1948ea2c98b4900406c13ac57cfa19aa11f14638fe2fc67884e826383ef4d71a60b9491edf82d5b9b4724679639b8f42b7ff1
|
7
|
+
data.tar.gz: f9690f833691d299b8c416502c801107dbc211d6f978a2a4d847c1efc98f97c9f3c2e3c37f5b9b7ced8b7ded4a462e58943ef8b3a1f478d50d98688c7ceb1195
|
@@ -45,7 +45,7 @@
|
|
45
45
|
border-bottom: 4px solid $color-transparent;
|
46
46
|
box-sizing: border-box;
|
47
47
|
display: block;
|
48
|
-
height:
|
48
|
+
height: 41px;
|
49
49
|
padding: 15px 20px 11px 20px;
|
50
50
|
min-width: 160px;
|
51
51
|
text-align: center;
|
@@ -179,7 +179,7 @@
|
|
179
179
|
border-color: inherit;
|
180
180
|
padding: 10px;
|
181
181
|
}
|
182
|
-
.subheader-btn-group { margin-top:
|
182
|
+
.subheader-btn-group { margin-top: 8px; }
|
183
183
|
|
184
184
|
/* # Styles
|
185
185
|
================================================== */
|
@@ -245,6 +245,7 @@ only screen and ( -o-min-device-pixel-ratio: 2/1),
|
|
245
245
|
only screen and ( min-device-pixel-ratio: 2),
|
246
246
|
only screen and ( min-resolution: 192dpi),
|
247
247
|
only screen and ( min-resolution: 2dppx) {
|
248
|
+
.subheader-nav > li > a { height: 41.5px; }
|
248
249
|
.subheader,
|
249
250
|
.subheader-nav > li,
|
250
251
|
.subheader-nav > li:last-child,
|
@@ -107,7 +107,10 @@
|
|
107
107
|
.toolbar-dark > a:hover,
|
108
108
|
.toolbar-dark > a.active,
|
109
109
|
.toolbar-dark > a:active,
|
110
|
-
.toolbar-dark > a:focus {
|
110
|
+
.toolbar-dark > a:focus {
|
111
|
+
background: $color-light-black;
|
112
|
+
border-bottom-color: $color-dark-black !important;
|
113
|
+
}
|
111
114
|
.toolbar-light {
|
112
115
|
background: $color-light-haze;
|
113
116
|
border-color: $color-dark-haze !important;
|
@@ -115,7 +118,10 @@
|
|
115
118
|
.toolbar-light > a:hover,
|
116
119
|
.toolbar-light > a.active,
|
117
120
|
.toolbar-light > a:active,
|
118
|
-
.toolbar-light > a:focus {
|
121
|
+
.toolbar-light > a:focus {
|
122
|
+
background: $color-haze;
|
123
|
+
border-bottom-color: $color-dark-haze !important;
|
124
|
+
}
|
119
125
|
|
120
126
|
/* # Media Queries
|
121
127
|
================================================== */
|