fix(devtools): ui flicker bug (rangle/angular-devtools#49)

This commit is contained in:
AleksanderBodurri 2020-02-07 14:43:21 -05:00 committed by GitHub
parent 9f49e93464
commit 4dec3fb3e6

View file

@ -24,6 +24,7 @@
font-weight: inherit;
color: inherit;
padding: 5px;
outline: none;
}
.up-down-buttons {
@ -31,8 +32,8 @@
}
.up-down-buttons button {
width: 25px;
height: 25px;
width: 24px;
height: 24px;
}
:host /deep/ .up-down-buttons .mat-icon-button {