commit 071fffc9376be4aaf2c98f67fbee2eb7b46b2edf parent 37fa9dfd9e79529a8228d0554846f6d7a517277f Author: Hugo Soucy <hugo@soucy.cc> Date: Tue, 11 Aug 2020 19:50:55 -0400 Remove the go-to-menu css Diffstat:
D | static/src/css/global/_go-to-menu.scss | | | 30 | ------------------------------ |
1 file changed, 0 insertions(+), 30 deletions(-)
diff --git a/static/src/css/global/_go-to-menu.scss b/static/src/css/global/_go-to-menu.scss @@ -1,30 +0,0 @@ -// Go To Menu Button -.go-to-menu__ico { - color: #000; - position: absolute; - margin-left: 2px; - margin-top: 10px; - width: 17px; - height: 1px; - background-color: currentColor; -} - -.go-to-menu__ico:before { - content: ''; - position: absolute; - top: -5px; - left: 0; - width: 17px; - height: 1px; - background-color: currentColor; -} - -.go-to-menu__ico:after { - content: ''; - position: absolute; - top: 5px; - left: 0; - width: 17px; - height: 1px; - background-color: currentColor; -}