mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
Improvement/AAE-19176-reapply-selector-changes (#9424)
* AAE-19510 remove selector variable * AAE-19510 poc for card view using variable selectors * AAE-19176 rename mat selectors file * AAE-19176 add missing style imports * AAE-19176 remove remaining mat selectors * AAE-19176 replaced todo material selectors with variables * AAE-19176 changes made in meantime * AAE-19176 conflict fixes
This commit is contained in:
committed by
VitoAlbano
parent
81e3b16afd
commit
3849fa0b8c
@@ -1,4 +1,5 @@
|
||||
@import '../styles/mixins';
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
$adf-info-drawer-layout-title-font-size: var(--theme-title-font-size) !default;
|
||||
$adf-info-drawer-icon-size: 48px !default;
|
||||
@@ -68,8 +69,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
.adf-info-drawer-tabs .mat-tab-body-content {
|
||||
.adf-info-drawer-tabs #{$mat-tab-body-content} {
|
||||
.adf-manage-versions-empty,
|
||||
.adf-manage-versions-no-permission {
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user