On the mouse speed section of the key action popover remove the bottom sentence and slightly rephrase the top sentence.

This commit is contained in:
László Monda
2018-01-13 19:30:08 +01:00
parent fdcf64d5c6
commit 5b1f4cb584
2 changed files with 1 additions and 19 deletions

View File

@@ -83,7 +83,7 @@
</div>
<div *ngSwitchCase="3" class="mouse__config mouse__config--speed text-center">
<div class="help-text--mouse-speed text-left">
<p>Press this key along with mouse movement/scrolling to accelerate/decelerate the speed of the action.</p>
<p>Press this key along with mouse movement/scrolling to accelerate/decelerate its speed.</p>
</div>
<div class="btn-group btn-group-lg" role="group">
<button class="btn btn-default"
@@ -101,9 +101,6 @@
<span>Accelerate</span>
</button>
</div>
<div class="help-text--mouse-speed last-help text-left">
<p>You can set the multiplier in the <a [routerLink]="['/settings']" title="Settings">settings</a>.</p>
</div>
</div>
<div *ngSwitchDefault>
</div>

View File

@@ -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;
}