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

Loading…
Cancel
Save