From: Sebastian Krah Date: Wed, 23 Jan 2019 08:20:51 +0000 (+0100) Subject: mgr/dashboard: Fix linting errors X-Git-Tag: v14.1.0~312^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=31400960f927a75772e15ca4e4c65dbd543ecf87;p=ceph.git mgr/dashboard: Fix linting errors Fixes linting error in two files Signed-off-by: Sebastian Krah --- diff --git a/src/pybind/mgr/dashboard/frontend/src/styles.scss b/src/pybind/mgr/dashboard/frontend/src/styles.scss index 0ebc570a449..6e3f1bdab08 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles.scss @@ -114,7 +114,7 @@ option { background-image: none; &:hover, - &:focus{ + &:focus { background-color: lighten($color-accent, 10); border-color: lighten($color-accent, 10); } @@ -322,7 +322,7 @@ uib-accordion .panel-title, &:focus { border-color: rgba($color-primary, 0.8); outline: 0; - box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px 2px rgba($color-primary, 0.5); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px 2px rgba($color-primary, 0.5); } } /* Panel */ diff --git a/src/pybind/mgr/dashboard/frontend/src/vendor.variables.scss b/src/pybind/mgr/dashboard/frontend/src/vendor.variables.scss index 060eb26efa2..e35fef11587 100644 --- a/src/pybind/mgr/dashboard/frontend/src/vendor.variables.scss +++ b/src/pybind/mgr/dashboard/frontend/src/vendor.variables.scss @@ -1,2 +1 @@ /* Vendor specific variables */ -