mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(devtools): ui flicker bug (rangle/angular-devtools#49)
This commit is contained in:
parent
9f49e93464
commit
4dec3fb3e6
1 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue