diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.theme/public/css/theme-wso2.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.theme/public/css/theme-wso2.css index 7f27f0d95c..797d071421 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.theme/public/css/theme-wso2.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/uuf-template-app/app/units/uuf.unit.theme/public/css/theme-wso2.css @@ -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;