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/list-group.less | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 searx/static/less/bootstrap/mixins/list-group.less (limited to 'searx/static/less/bootstrap/mixins/list-group.less') diff --git a/searx/static/less/bootstrap/mixins/list-group.less b/searx/static/less/bootstrap/mixins/list-group.less deleted file mode 100644 index 8b5b065cb..000000000 --- a/searx/static/less/bootstrap/mixins/list-group.less +++ /dev/null @@ -1,29 +0,0 @@ -// List Groups - -.list-group-item-variant(@state; @background; @color) { - .list-group-item-@{state} { - color: @color; - background-color: @background; - - a& { - color: @color; - - .list-group-item-heading { - color: inherit; - } - - &:hover, - &:focus { - color: @color; - background-color: darken(@background, 5%); - } - &.active, - &.active:hover, - &.active:focus { - color: #fff; - background-color: @color; - border-color: @color; - } - } - } -} -- cgit v1.2.3