(overrides/angular-material) Tweaks and improvements

This commit is contained in:
Sercan Yemen 2022-11-11 15:29:56 +03:00
parent 8fbef029c0
commit 8000e53bae

View File

@ -261,6 +261,14 @@
}
}
/* Don't wrap the button label text */
.mdc-button {
.mdc-button__label {
white-space: nowrap;
}
}
/* -------------------------------------------------------------------------- */
/* @ Button Toggle
/* -------------------------------------------------------------------------- */
@ -1196,6 +1204,16 @@
font-weight: 500 !important;
}
/* -------------------------------------------------------------------------- */
/* @ Table
/* -------------------------------------------------------------------------- */
.mat-mdc-table {
.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
background: none !important;
}
}
/* -------------------------------------------------------------------------- */
/* @ Tabs
/* -------------------------------------------------------------------------- */