compass_radix 0.0.17 → 0.0.18

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 786b486a1fa5564f810e58234802454197e473a3
4
- data.tar.gz: fce2eee76419f785c75a1ab9c5f2aadc5bdcd25c
3
+ metadata.gz: d92dea35f3b875e64665c57e3313d6bba7b55677
4
+ data.tar.gz: 02a2d13bc29f03941a3013314f5dee06a476011c
5
5
  SHA512:
6
- metadata.gz: 442354ac70e030ebc78dcafec8317b1616146803539eb75e2e6b6824442c203a350bc0db26d9e028adccbbbb496078d3f760d4392421579dec36e4b6c4cfbc79
7
- data.tar.gz: fbc425d123dc985a71e60a42a4ea4cad5a3641ac8a6149d864d8d795a523cc2ae56abf8c26332a41ff69682a0f93e703b8aec75d34cb8bb198be435ba0e495c4
6
+ metadata.gz: 05d688a63bd4c96b1614da2703fc65336c488ad6a4702403e8a12d0629a66def230f8849c2d9af62b562b66d583911948582d5870195652421d95a819b7c2163
7
+ data.tar.gz: 4fe69163f347306a1ad2cff18a50df0b30b738255300c6b3c388fed7e73cba7e6498ab7476473a147f533a80ac8730c7e57c6c20086df229075b6d531922d65e
@@ -48,6 +48,18 @@
48
48
  @include box-shadow(inset 0 3px 8px rgba(0, 0, 0, 0.125));
49
49
  }
50
50
  }
51
+ &.dropdown {
52
+ &:after {
53
+ width: 100%;
54
+ height: 2px;
55
+ background: none;
56
+ position: absolute;
57
+ bottom: -2px;
58
+ left: 0;
59
+ right: 0;
60
+ content: '';
61
+ }
62
+ }
51
63
  > ul.menu {
52
64
  position: absolute;
53
65
  top: 100%;
@@ -108,9 +120,14 @@
108
120
  }
109
121
  &.open {
110
122
  > a {
111
- color: $navbarLinkColorHover;
123
+ color: $navbarLinkColorActive;
112
124
  text-decoration: none;
113
- background-color: $navbarLinkBackgroundHover;
125
+ background-color: $navbarLinkBackgroundActive;
126
+ .caret {
127
+ border-top-color: #777777;
128
+ border-bottom-color: #777777;
129
+ @include opacity(1.0);
130
+ }
114
131
  }
115
132
  ul.menu {
116
133
  display: block;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass_radix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
4
+ version: 0.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arshad Chummun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2012-07-18 00:00:00.000000000 Z
11
+ date: 2012-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass