change background in active drop down options
Seems like the new material version came with weird coloring.
This commit is contained in:
@@ -79,6 +79,15 @@ button[disabled] .icon-inline {
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
mat-option.mat-option {
|
||||
height: 2em;
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
mat-option.mat-option.mat-active {
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
a.external-link:after {
|
||||
background: transparent url('/assets/img/external-link.svg') no-repeat center bottom;
|
||||
background-size: 0.8em;
|
||||
|
||||
Reference in New Issue
Block a user