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.
@@ -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: #ffffff;
154
+ color: $white;
156
155
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
157
- background-color: #0088cc;
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: #0088CC;
167
+ color: $linkColor;
169
168
  text-shadow: none;
170
169
  }
171
170
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_radix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: