Fixed toolbar selection

This commit is contained in:
Zakary Timson 2019-08-29 19:03:57 -04:00
parent fc2b324469
commit b1b0cfabe1
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.selected {
background-color: rgba(70, 70, 70, 0.8);
}

View File

@ -5,6 +5,7 @@ import {version} from '../../../../package.json';
@Component({
selector: 'toolbar',
templateUrl: 'toolbar.component.html',
styleUrls: ['toolbar.component.scss']
})
export class ToolbarComponent implements OnInit, AfterViewInit {
@Input() menuItems: ToolbarItem[];