diff --git a/css/app.css b/css/app.css index 5757e715..9ee265aa 100644 --- a/css/app.css +++ b/css/app.css @@ -117,24 +117,6 @@ ul { max-width: 100%; width: 98%; } -.grip { - position: relative; } - .grip:before { - content: ''; - display: none; - width: 5px; - height: 20px; - background-image: url(../images/grips/vertical_dark.png); - background-repeat: no-repeat; - position: absolute; - top: 50%; - left: 7px; - margin-top: -10px; } - .grip.btn-primary:before { - background-image: url(../images/grips/vertical.png); } - .grip:hover:before { - display: block; } - .key-editor__popup { border: none; width: 0px; diff --git a/images/grips/vertical.png b/images/grips/vertical.png deleted file mode 100644 index 0ac8fa1e..00000000 Binary files a/images/grips/vertical.png and /dev/null differ diff --git a/images/grips/vertical_dark.png b/images/grips/vertical_dark.png deleted file mode 100644 index 1b5070d9..00000000 Binary files a/images/grips/vertical_dark.png and /dev/null differ diff --git a/index.html b/index.html index 35905e63..b655e2b7 100644 --- a/index.html +++ b/index.html @@ -45,9 +45,9 @@
- - - + + +
@@ -121,7 +121,7 @@
- Scroll by 150px downdward + Scroll by 150px downward
@@ -199,4 +199,3 @@ - \ No newline at end of file diff --git a/sass/app.scss b/sass/app.scss index 48121274..c2d17b1b 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -191,35 +191,6 @@ ul { } } -.grip { - position: relative; - - &:before { - content: ''; - display: none; - width: 5px; - height: 20px; - background-image: url(../images/grips/vertical_dark.png); - background-repeat: no-repeat; - position: absolute; - top: 50%; - left: 7px; - margin-top: -10px; - } - - &.btn-primary { - &:before { - background-image: url(../images/grips/vertical.png); - } - } - - &:hover { - &:before { - display: block; - } - } -} - .key-editor__popup { border: none; width: 0px;