Fixed toolbar selection
This commit is contained in:
		
							
								
								
									
										3
									
								
								src/app/components/toolbar/toolbar.component.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								src/app/components/toolbar/toolbar.component.scss
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					.selected {
 | 
				
			||||||
 | 
					  background-color: rgba(70, 70, 70, 0.8);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
@@ -5,6 +5,7 @@ import {version} from '../../../../package.json';
 | 
				
			|||||||
@Component({
 | 
					@Component({
 | 
				
			||||||
    selector: 'toolbar',
 | 
					    selector: 'toolbar',
 | 
				
			||||||
    templateUrl: 'toolbar.component.html',
 | 
					    templateUrl: 'toolbar.component.html',
 | 
				
			||||||
 | 
					    styleUrls: ['toolbar.component.scss']
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
export class ToolbarComponent implements OnInit, AfterViewInit {
 | 
					export class ToolbarComponent implements OnInit, AfterViewInit {
 | 
				
			||||||
    @Input() menuItems: ToolbarItem[];
 | 
					    @Input() menuItems: ToolbarItem[];
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user