From 7bbf3f4183343643d824c02e8892d662fb2c38da Mon Sep 17 00:00:00 2001 From: curben Date: Sun, 11 Nov 2018 21:29:16 +1030 Subject: [PATCH] fix: don't underline the search icon --- themes/typing/source/css/typing.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 031802f..159065c 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -1411,7 +1411,7 @@ pre .keyword { } /* search bar */ -.searchContainer{ +.searchContainer { width: 10em; color:#d8d8d8; background-color:#333; @@ -1421,6 +1421,14 @@ pre .keyword { position: relative; } +/* don't underline the search icon */ +.searchContainer a:hover, +.searchContainer a:visited, +.searchContainer a:link, +.searchContainer a:active { + border-bottom: none; +} + /* inline-block to position them in same line */ .searchBox, .searchBtn{