compass_radix 0.0.7 → 0.0.8
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.
- data/stylesheets/compass_radix/_menu.scss +3 -4
- metadata +1 -1
|
@@ -126,7 +126,6 @@
|
|
|
126
126
|
background-color: #fff;
|
|
127
127
|
margin: 0 0 30px;
|
|
128
128
|
@include border-radius(6px);
|
|
129
|
-
@include box-shadow(0 1px 4px rgba(0, 0, 0, 0.065));
|
|
130
129
|
.pane-title {
|
|
131
130
|
padding: 8px 14px;
|
|
132
131
|
margin: 0 0 -1px;
|
|
@@ -152,9 +151,9 @@
|
|
|
152
151
|
}
|
|
153
152
|
&.active-trail {
|
|
154
153
|
> a {
|
|
155
|
-
color:
|
|
154
|
+
color: $white;
|
|
156
155
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
|
157
|
-
background-color:
|
|
156
|
+
background-color: $linkColor;
|
|
158
157
|
}
|
|
159
158
|
> ul.menu {
|
|
160
159
|
display: block;
|
|
@@ -165,7 +164,7 @@
|
|
|
165
164
|
&.active-trail {
|
|
166
165
|
> a {
|
|
167
166
|
background-color: #F5F5F5;
|
|
168
|
-
color:
|
|
167
|
+
color: $linkColor;
|
|
169
168
|
text-shadow: none;
|
|
170
169
|
}
|
|
171
170
|
}
|