mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-49015] - Removing mat-selectors from cardview
This commit is contained in:
+5
-11
@@ -1,15 +1,9 @@
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
@use '../../../mat-selectors.scss' as ms;
|
||||
|
||||
adf-search-chip-autocomplete-input {
|
||||
.adf-chip-list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.adf-chip-list:has(#{ms.$mat-notched-outline}) {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.adf-search-properties-file-input {
|
||||
margin-left: 3px;
|
||||
}
|
||||
@@ -23,11 +17,11 @@ adf-search-chip-autocomplete-input {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
#{ms.$mat-evolution-chip-set} {
|
||||
#{ms.$mat-evolution-chip} {
|
||||
margin-left: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
// ADF-owned chip; overrides Material's default `.mat-mdc-chip-set .mdc-evolution-chip`
|
||||
// margin (4px 0 4px 8px). Element-scoped to match that rule's specificity.
|
||||
.adf-option-chips.adf-autocomplete-added-option-chips {
|
||||
margin-left: 0;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.adf-option-chips-delete-button.adf-autocomplete-added-option-chips-delete-button {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@use '../styles/mat-selectors' as ms;
|
||||
|
||||
.adf-dynamic-chip-list-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -88,9 +86,5 @@
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 6px 11px;
|
||||
|
||||
#{ms.$mat-evolution-chip-action} {
|
||||
padding: 2px 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user