diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index c85107cf00..07c82b6006 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -766,6 +766,10 @@ select { color: #fff; } +div[data-role='page'] { + outline: none; +} + a[data-role='button'], button:not([data-role='none']):not(.clearButton) { -webkit-font-smoothing: antialiased; -webkit-user-select: none;