mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-06 18:45:08 +00:00
(overrides/angular-material) Tweaks and improvements
This commit is contained in:
parent
8fbef029c0
commit
8000e53bae
|
@ -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
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue
Block a user