From 3cd08a1faa5e1ff37ffff4562679b0725fa5885b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Tue, 5 Mar 2019 15:09:30 -0600 Subject: [PATCH] Fixed Sass issues --- package.json | 2 +- sass/navigation/_index.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f712b52..15309cc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "homepage": "https://github.com/lbryio/components#readme", "husky": { "hooks": { - "pre-commit": "npm run test:sass; npm run sass:prod" + "pre-commit": "npm run test:sass && npm run sass:prod" } }, "license": "BSD-3-Clause", diff --git a/sass/navigation/_index.scss b/sass/navigation/_index.scss index ed4f295..8ddc756 100644 --- a/sass/navigation/_index.scss +++ b/sass/navigation/_index.scss @@ -13,9 +13,9 @@ drawer-navigation-helper { // This is to make mouse movement forgiving width: 0; height: 0; top: 3rem; left: -5rem; - border-left: 8rem solid transparent; border-right: 8rem solid transparent; border-bottom: 5rem solid transparent; + border-left: 8rem solid transparent; position: absolute; }