From: Vincent Vanwaelscappel Date: Thu, 2 Jul 2020 16:36:07 +0000 (+0200) Subject: wip #3757 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7803dcc135ab58e3659c796ceddab3953870cd2c;p=fluidbook-html5.git wip #3757 @0:10 --- 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;