Merge pull request #343 from GNS3/Style-fix-for-divider

Style fix for divider
This commit is contained in:
ziajka 2019-03-20 12:17:16 +01:00 committed by GitHub
commit a7386104b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -93,7 +93,7 @@
<div id="menu-wrapper" [ngClass]="{ extended: drawTools.visibility }">
<app-nodes-menu [server]="server" [project]="project"></app-nodes-menu>
<mat-divider class="style-fix" [vertical]="true"></mat-divider>
<mat-divider class="divider" [vertical]="true"></mat-divider>
<button
matTooltip="Add a note"
mat-icon-button

View File

@ -81,11 +81,12 @@ g.node:hover {
overflow: hidden;
}
mat-divider.style-fix {
mat-divider.divider {
height: 40px;
margin-left: 1px;
margin-right: 7px;
width: 10px;
color: gray;
}
@-moz-document url-prefix() {