From 1d47f9c7582bec7f400e8faa04dcdba715c2ec4a Mon Sep 17 00:00:00 2001 From: NejcZdovc Date: Thu, 17 Nov 2016 13:25:40 +0100 Subject: [PATCH] Fixed cursor; Changed settings text position --- src/components/popover/tab/mouse/mouse-tab.component.html | 4 +++- src/components/popover/tab/mouse/mouse-tab.component.scss | 5 +++++ src/main-app/main-app.component.scss | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/popover/tab/mouse/mouse-tab.component.html b/src/components/popover/tab/mouse/mouse-tab.component.html index b99c9330..8b509deb 100644 --- a/src/components/popover/tab/mouse/mouse-tab.component.html +++ b/src/components/popover/tab/mouse/mouse-tab.component.html @@ -84,7 +84,6 @@

Press this key along with mouse movement/scrolling to accelerate/decelerate the speed of the action.

-

You can set the multiplier in the setting.

Accelerate
+
+

You can set the multiplier in the settings.

+
diff --git a/src/components/popover/tab/mouse/mouse-tab.component.scss b/src/components/popover/tab/mouse/mouse-tab.component.scss index 55439a02..6bd7727b 100644 --- a/src/components/popover/tab/mouse/mouse-tab.component.scss +++ b/src/components/popover/tab/mouse/mouse-tab.component.scss @@ -78,3 +78,8 @@ } } } + +.help-text--mouse-speed.last-help { + margin-bottom: 0; + margin-top: 2rem; +} diff --git a/src/main-app/main-app.component.scss b/src/main-app/main-app.component.scss index d3cdbc0c..a4c5d6ea 100644 --- a/src/main-app/main-app.component.scss +++ b/src/main-app/main-app.component.scss @@ -25,6 +25,10 @@ main-app { } } +.nav-pills > li > a { + cursor: pointer; +} + /* GitHub ribbon */ .github-fork-ribbon { background-color: #a00;