vendor/assets/stylesheets/_base.scss in tida_template-0.1.9 vs vendor/assets/stylesheets/_base.scss in tida_template-0.2.0
- old
+ new
@@ -20,11 +20,11 @@
a {
text-decoration: none !important;
&:hover {
- text-decoration: none !important;
+ text-decoration: underline !important;
}
}
.dropdown-menu {
@include border-radius(0);
@@ -34,9 +34,16 @@
text-shadow: none;
}
.active > a, .active > a:hover {
color: white;
+ text-decoration: none !important;
+ }
+
+ a {
+ &:hover, &:active {
+ text-decoration: none !important;
+ }
}
}
ul, ol {
margin: 0px; padding: 0px;