diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-03 23:43:59 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-11-03 23:51:07 +0100 |
commit | ca971bd5e5c1421777696a3c7f315880110ffc65 (patch) | |
tree | 90becba89f76943983df779767c4d71f23683b30 /searx/static/themes/simple/src/less/search.less | |
parent | 580a55fe866b82e93dec6bc4e07fa8a0f2056475 (diff) | |
download | searxng-ca971bd5e5c1421777696a3c7f315880110ffc65.tar.gz searxng-ca971bd5e5c1421777696a3c7f315880110ffc65.zip |
[simple theme] CSS remove box-shadow effects
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/src/less/search.less')
-rw-r--r-- | searx/static/themes/simple/src/less/search.less | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less index 90a6a299e..960e8bc9c 100644 --- a/searx/static/themes/simple/src/less/search.less +++ b/searx/static/themes/simple/src/less/search.less @@ -38,12 +38,6 @@ display: inline-flex; flex-direction: row; white-space: nowrap; - - /* - &:has(q:focus) { - box-shadow: 0px 0px 5px #CCC; -} -*/ } #clear_search { @@ -252,10 +246,6 @@ .disable-user-select; } - input[type="checkbox"]:focus + label { - box-shadow: 0 0 8px var(--color-categories-item-border-selected); - } - input[type="checkbox"]:checked + label { color: var(--color-categories-item-selected-font); border-bottom: 2px solid var(--color-categories-item-border-selected); |