From 7803dcc135ab58e3659c796ceddab3953870cd2c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 2 Jul 2020 18:36:07 +0200 Subject: [PATCH] wip #3757 @0:10 --- style/fluidbook.less | 2 -- style/fluidbook.slideshow.less | 2 +- style/interface.less | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index e8df1a2d..d0da99fe 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -48,7 +48,6 @@ use { /* Global settings */ a, input[type=text], input[type=password], input[type=file], input[type=search], input[type=email], textarea { - outline: none; -webkit-appearance: none; } @@ -60,7 +59,6 @@ a { *::-ms-clear { display: none; } - * { padding: 0; margin: 0; diff --git a/style/fluidbook.slideshow.less b/style/fluidbook.slideshow.less index 108f989c..79461449 100644 --- a/style/fluidbook.slideshow.less +++ b/style/fluidbook.slideshow.less @@ -62,7 +62,7 @@ //--- Slick slider overrides .slick-slider * { - outline: none; + } .slick-disabled { diff --git a/style/interface.less b/style/interface.less index 35f44250..76efe01e 100644 --- a/style/interface.less +++ b/style/interface.less @@ -122,7 +122,6 @@ background-size: 52px 52px; display: inline-block; border: 0; - outline: none; position: absolute; cursor: pointer; transform-origin: 0% 0; -- 2.39.5