[frio] Remove textcomplete hidden input box shadows in dark/black schemes

This commit is contained in:
Hypolite Petovan 2020-09-14 00:18:41 -04:00
commit 2ff80bf91b
2 changed files with 8 additions and 0 deletions

View file

@ -345,3 +345,7 @@ aside .widget,
box-shadow: 0 0 3px $link_color;
-webkit-box-shadow: 0 0 3px $link_color;
}
input[type=text].tt-input {
box-shadow: none;
}