From 86912e22728b8428d25b075be57cd35d6e484692 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 10 Mar 2021 19:41:05 +0100 Subject: [mod] oscar: get bootstrap and typeahead from NPM --- searx/static/less/bootstrap/mixins/text-overflow.less | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 searx/static/less/bootstrap/mixins/text-overflow.less (limited to 'searx/static/less/bootstrap/mixins/text-overflow.less') diff --git a/searx/static/less/bootstrap/mixins/text-overflow.less b/searx/static/less/bootstrap/mixins/text-overflow.less deleted file mode 100644 index c11ad2fb7..000000000 --- a/searx/static/less/bootstrap/mixins/text-overflow.less +++ /dev/null @@ -1,8 +0,0 @@ -// Text overflow -// Requires inline-block or block for proper styling - -.text-overflow() { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -- cgit v1.2.3