diff --git a/website/assets/styles/pages/docs/basic-documentation.less b/website/assets/styles/pages/docs/basic-documentation.less index 7c6dc9247c..bc4955da23 100644 --- a/website/assets/styles/pages/docs/basic-documentation.less +++ b/website/assets/styles/pages/docs/basic-documentation.less @@ -58,9 +58,6 @@ animation-duration: 4s; animation-fill-mode: forwards; } - .markdown-heading.copied:hover::before { - // right: -15px; - } @keyframes copiedText { 0% {opacity: 0;} @@ -101,7 +98,7 @@ width: 98%; } - .ds-input:focus-visible { + .ds-input:focus { outline: rgba(0, 0, 0, 0); } diff --git a/website/assets/styles/pages/handbook/basic-handbook.less b/website/assets/styles/pages/handbook/basic-handbook.less index f9da83c2f6..abf547d036 100644 --- a/website/assets/styles/pages/handbook/basic-handbook.less +++ b/website/assets/styles/pages/handbook/basic-handbook.less @@ -43,7 +43,7 @@ width: 98%; } - .ds-input:focus-visible { + .ds-input:focus { outline: rgba(0, 0, 0, 0); }