diff --git a/packages/uhk-web/src/app/components/popover/tab/mouse/mouse-tab.component.html b/packages/uhk-web/src/app/components/popover/tab/mouse/mouse-tab.component.html index b37c704c..6d8e4254 100644 --- a/packages/uhk-web/src/app/components/popover/tab/mouse/mouse-tab.component.html +++ b/packages/uhk-web/src/app/components/popover/tab/mouse/mouse-tab.component.html @@ -83,7 +83,7 @@
-

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

+

Press this key along with mouse movement/scrolling to accelerate/decelerate its speed.

-
-

You can set the multiplier in the settings.

-
diff --git a/packages/uhk-web/src/app/components/popover/tab/mouse/mouse-tab.component.scss b/packages/uhk-web/src/app/components/popover/tab/mouse/mouse-tab.component.scss index ff299e18..e3f4f6e2 100644 --- a/packages/uhk-web/src/app/components/popover/tab/mouse/mouse-tab.component.scss +++ b/packages/uhk-web/src/app/components/popover/tab/mouse/mouse-tab.component.scss @@ -47,16 +47,6 @@ } } - .help-text--mouse-speed { - margin-bottom: 2rem; - font-size: 0.9em; - color: #666; - - p { - margin: 0; - } - } - .details { .btn-placeholder { visibility: hidden; @@ -78,8 +68,3 @@ } } } - -.help-text--mouse-speed.last-help { - margin-bottom: 0; - margin-top: 2rem; -}