active_frontend 12.1.9 → 12.1.10
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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_sidebar.scss +6 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 046b1281cda166e9b0fd4af572d6b6faec1f0ebc
|
|
4
|
+
data.tar.gz: 64994f29e631caad110d035659fbf81191496e69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b299c58b01ed0f2623149a345edb5d27c0a5d7af395eae879bb03def1006056abe31c48d276f3abc6f7cb615907bcbb49fafcb89e15e8127185199f3f6074fd2
|
|
7
|
+
data.tar.gz: 26c8b2767543b24efe992c4c0320aa2dde6ac72bf030d21c6e8f5c2d7fc6ac986e3481ce9d8a5293c36ac9a9d32187a209d139b2e34430e3f9ac13c390f31ede
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
width: 100%;
|
|
109
109
|
}
|
|
110
110
|
.sidebar-navbar > a {
|
|
111
|
-
background: $color-light-
|
|
111
|
+
background: $color-light-haze;
|
|
112
112
|
border-right: 1px solid;
|
|
113
113
|
border-color: inherit;
|
|
114
114
|
display: table-cell;
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
.sidebar-navbar > a.active,
|
|
124
124
|
.sidebar-navbar > a:active,
|
|
125
125
|
.sidebar-navbar > a:focus {
|
|
126
|
-
background: $color-transparent;
|
|
126
|
+
background: $color-transparent !important;
|
|
127
127
|
color: $color-primary;
|
|
128
128
|
}
|
|
129
129
|
.sidebar-form {
|
|
@@ -178,7 +178,8 @@
|
|
|
178
178
|
.sidebar-dark .sidebar-header-btn:hover,
|
|
179
179
|
.sidebar-dark .sidebar-header-btn.active,
|
|
180
180
|
.sidebar-dark .sidebar-header-btn:active,
|
|
181
|
-
.sidebar-dark .sidebar-header-btn:focus
|
|
181
|
+
.sidebar-dark .sidebar-header-btn:focus,
|
|
182
|
+
.sidebar-dark .sidebar-navbar > a { background: $color-light-black; }
|
|
182
183
|
.sidebar-light {
|
|
183
184
|
background: $color-light-haze;
|
|
184
185
|
border-color: $color-dark-haze !important;
|
|
@@ -186,7 +187,8 @@
|
|
|
186
187
|
.sidebar-light .sidebar-header-btn:hover,
|
|
187
188
|
.sidebar-light .sidebar-header-btn.active,
|
|
188
189
|
.sidebar-light .sidebar-header-btn:active,
|
|
189
|
-
.sidebar-light .sidebar-header-btn:focus
|
|
190
|
+
.sidebar-light .sidebar-header-btn:focus,
|
|
191
|
+
.sidebar-light .sidebar-navbar > a { background: $color-haze; }
|
|
190
192
|
|
|
191
193
|
/* # Media Queries
|
|
192
194
|
================================================== */
|