From a1e8db221f5ee34756220a9fdf687574597cb53e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 14 Feb 2016 17:40:47 -0500 Subject: [PATCH] remove page outline --- dashboard-ui/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index c85107cf0..07c82b600 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;