mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-14 05:08:42 +00:00
(overrides/angular-material) Tweaks and improvements
This commit is contained in:
@@ -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
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user