more dark theme 😈

This commit is contained in:
2019-08-24 20:57:39 -04:00
parent 52e9c2b0c5
commit 8e0a2e966f
3 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
.selected {
background-color: #cccccc;
}

View File

@ -5,7 +5,6 @@ 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[];