From 0402bdbc86d7ec62d5debd3e3e99fa591e1d72bf Mon Sep 17 00:00:00 2001 From: elweyn Date: Sat, 23 Oct 2021 15:30:58 +0200 Subject: [PATCH] Withdrew blue border of safari on the GDD and GDT tab. --- frontend/src/views/Pages/UserProfileTransactionList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/views/Pages/UserProfileTransactionList.vue b/frontend/src/views/Pages/UserProfileTransactionList.vue index 5f52bb540..f9240008d 100644 --- a/frontend/src/views/Pages/UserProfileTransactionList.vue +++ b/frontend/src/views/Pages/UserProfileTransactionList.vue @@ -62,4 +62,8 @@ export default { background-color: aquamarine; font-size: larger; } + +.nav-tabs > li > a { + outline: none !important; +}