tida_template 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/tida_template/version.rb +1 -1
- data/vendor/assets/stylesheets/_base.scss +8 -1
- data/vendor/assets/stylesheets/_buttons.scss +7 -4
- data/vendor/assets/stylesheets/_labels.scss +5 -0
- data/vendor/assets/stylesheets/_menus.scss +2 -0
- data/vendor/assets/stylesheets/_navs.scss +1 -0
- data/vendor/assets/stylesheets/_variables.scss +1 -1
- metadata +4 -4
@@ -22,7 +22,7 @@ a {
|
|
22
22
|
text-decoration: none !important;
|
23
23
|
|
24
24
|
&:hover {
|
25
|
-
text-decoration:
|
25
|
+
text-decoration: underline !important;
|
26
26
|
}
|
27
27
|
}
|
28
28
|
|
@@ -36,6 +36,13 @@ a {
|
|
36
36
|
|
37
37
|
.active > a, .active > a:hover {
|
38
38
|
color: white;
|
39
|
+
text-decoration: none !important;
|
40
|
+
}
|
41
|
+
|
42
|
+
a {
|
43
|
+
&:hover, &:active {
|
44
|
+
text-decoration: none !important;
|
45
|
+
}
|
39
46
|
}
|
40
47
|
}
|
41
48
|
|
@@ -25,11 +25,9 @@
|
|
25
25
|
font-weight: bold;
|
26
26
|
}
|
27
27
|
|
28
|
-
|
28
|
+
&:hover, &:active {
|
29
29
|
background: darken($btnBackground, 10%);
|
30
|
-
|
31
|
-
// color: white;
|
32
|
-
border: none;
|
30
|
+
text-decoration: none !important;
|
33
31
|
}
|
34
32
|
}
|
35
33
|
|
@@ -43,6 +41,7 @@
|
|
43
41
|
border-bottom: 4px solid darken($backgroundColor, 10%);
|
44
42
|
&:hover, &:active {
|
45
43
|
background: darken($backgroundColor, 10%);
|
44
|
+
text-decoration: none !important;
|
46
45
|
}
|
47
46
|
}
|
48
47
|
|
@@ -78,5 +77,9 @@ input[type="submit"] {
|
|
78
77
|
&.button, &.button-warning {
|
79
78
|
height: 36px !important;
|
80
79
|
line-height: 34px;
|
80
|
+
|
81
|
+
&:hover, &:active {
|
82
|
+
text-decoration: none !important;
|
83
|
+
}
|
81
84
|
}
|
82
85
|
}
|
@@ -83,6 +83,7 @@ $caret-size: 4px;
|
|
83
83
|
|
84
84
|
&:hover {
|
85
85
|
color: lighten($topNavigationForeColor, 40%);
|
86
|
+
text-decoration: none !important;
|
86
87
|
}
|
87
88
|
}
|
88
89
|
}
|
@@ -98,6 +99,7 @@ $caret-size: 4px;
|
|
98
99
|
@mixin sub-navigation-hover-state {
|
99
100
|
background: $pageMenuHoverBackgroundColor;
|
100
101
|
color: $pageMenuHoverForeColor;
|
102
|
+
text-decoration: none !important;
|
101
103
|
}
|
102
104
|
|
103
105
|
#sub-navigation-bar {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tida_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -379,7 +379,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
379
379
|
version: '0'
|
380
380
|
segments:
|
381
381
|
- 0
|
382
|
-
hash:
|
382
|
+
hash: 3353214413903751933
|
383
383
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
384
384
|
none: false
|
385
385
|
requirements:
|
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
388
388
|
version: '0'
|
389
389
|
segments:
|
390
390
|
- 0
|
391
|
-
hash:
|
391
|
+
hash: 3353214413903751933
|
392
392
|
requirements: []
|
393
393
|
rubyforge_project:
|
394
394
|
rubygems_version: 1.8.25
|