Apply gray background fix only on Firefox

This commit is contained in:
ziajka 2018-12-13 08:35:05 +01:00
parent 0ab6cf2f93
commit 852e265273

View File

@ -31,10 +31,14 @@ g.node:hover {
outline: none;
}
.mat-drawer-content {
display: inline !important;
@-moz-document url-prefix() {
/** fixes gray background of drawing menu on Firefox **/
.mat-drawer-content {
display: inline !important;
}
}
.drawer-container {
height: 72px !important;
background: transparent;
@ -92,10 +96,6 @@ g.node:hover {
background-color: transparent;
}
.selected {
stroke: #0097a7!important;
}
.project-toolbar .mat-toolbar-multiple-rows {
width: auto !important;
}