moving wso2 theme to emm - link hover defect fix

revert-70aa11f8
thusithakalugamage 8 years ago
parent cd6cf9f6b3
commit ee856d6b8b

@ -511,10 +511,6 @@ a {
color: #004675; color: #004675;
text-decoration: none; text-decoration: none;
} }
a:hover, a:focus {
color: #001829;
text-decoration: underline;
}
a:focus { a:focus {
outline: thin dotted; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
@ -7820,10 +7816,6 @@ ul.sidebar-messages > li {
padding: 40px; padding: 40px;
} }
.body-wrapper a:hover {
text-decoration: underline;
}
.body-wrapper a.btn:hover { .body-wrapper a.btn:hover {
text-decoration: none; text-decoration: none;
} }
@ -9303,11 +9295,6 @@ a.list-group-item:hover {
color: #fff; color: #fff;
} }
.btn:hover, a.btn:hover {
background-color: #005ABA;
color: #fff;
}
.btn-default, a.btn-default { .btn-default, a.btn-default {
background-color: #064973; background-color: #064973;
color: #fff; color: #fff;

Loading…
Cancel
Save