Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2022 19:23:27 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 33c2b6a9d1 - main - Remove border in main search input
Message-ID:  <202211061923.2A6JNRYr008921@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=33c2b6a9d1c3bdb0aecf67d1a038a17066c6f3ae

commit 33c2b6a9d1c3bdb0aecf67d1a038a17066c6f3ae
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-11-06 19:23:08 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-11-06 19:23:08 +0000

    Remove border in main search input
---
 documentation/themes/beastie/assets/styles/global.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss
index d4db16b8d8..608c00041a 100644
--- a/documentation/themes/beastie/assets/styles/global.scss
+++ b/documentation/themes/beastie/assets/styles/global.scss
@@ -106,6 +106,7 @@ body {
       width: 100%;
       background-color: var(--global-background-color);
       justify-content: center;
+      border: none;
 
       input {
         display: block;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211061923.2A6JNRYr008921>