mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixing styles not migrated by material
This commit is contained in:
@@ -47,18 +47,16 @@
|
||||
padding: 5px 0;
|
||||
font-size: 14px;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
|
||||
&.mat-list-item-disabled {
|
||||
&.mdc-list-item--disabled {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
|
||||
.mat-list-item-content,
|
||||
.mat-list-item-content-reverse {
|
||||
.mdc-list-item__content,
|
||||
.mdc-list-item__content-reverse {
|
||||
padding: 0;
|
||||
|
||||
.mat-pseudo-checkbox {
|
||||
.mdc-checkbox {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@@ -48,8 +48,7 @@ h2.adf-search-results-label {
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-underline .mat-form-field-ripple {
|
||||
.mdc-line-ripple {
|
||||
height: 1px;
|
||||
transition: none;
|
||||
}
|
||||
@@ -65,8 +64,7 @@ h2.adf-search-results-label {
|
||||
width: 100%;
|
||||
margin-bottom: 0;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
|
||||
.mat-select-trigger {
|
||||
.mat-mdc-select-trigger {
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
}
|
||||
}
|
||||
|
@@ -110,8 +110,7 @@
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-infix {
|
||||
.mat-mdc-form-field-infix {
|
||||
border-top: unset;
|
||||
}
|
||||
|
||||
@@ -127,8 +126,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-flex {
|
||||
.mat-mdc-form-field-flex {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@@ -136,18 +134,6 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-appearance-legacy .mat-form-field-underline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
|
||||
padding-bottom: 8px;
|
||||
margin-right: 8px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 380px) {
|
||||
.mat-mdc-dialog-container {
|
||||
padding: 0 15px;
|
||||
@@ -157,10 +143,5 @@
|
||||
margin-bottom: 0;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-suffix {
|
||||
padding-left: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -63,8 +63,7 @@
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
&-userinfo-tab .mat-tab-label {
|
||||
&-userinfo-tab .mdc-tab__text-label {
|
||||
flex: auto;
|
||||
font-weight: 500;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
@@ -148,8 +147,7 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
&-hide-tab .mat-tab-label-active {
|
||||
&-hide-tab .mdc-tab-indicator--active {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
@@ -2,7 +2,6 @@
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
.adf-confirm-dialog .mat-dialog-actions .mat-button-wrapper {
|
||||
.adf-confirm-dialog .mat-mdc-dialog-actions .mdc-button__label {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
@@ -1,4 +1,3 @@
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
.adf-download-zip-dialog .mat-dialog-actions .mat-button-wrapper {
|
||||
.adf-download-zip-dialog .mat-mdc-dialog-actions .mdc-button__label {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
@@ -7,19 +7,16 @@
|
||||
}
|
||||
|
||||
.adf-lock-file-name {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-layout {
|
||||
.mat-mdc-checkbox {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-label {
|
||||
.mat-mdc-checkbox label {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-inner-container {
|
||||
.mdc-checkbox {
|
||||
margin: auto 8px auto 0;
|
||||
}
|
||||
}
|
||||
|
@@ -60,13 +60,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.
|
||||
*/
|
||||
.mat-list-item-content {
|
||||
padding: 0;
|
||||
margin: 0 16px;
|
||||
}
|
||||
|
||||
.adf-version-list-container {
|
||||
.adf-version-list {
|
||||
height: 250px;
|
||||
|
@@ -58,8 +58,7 @@
|
||||
&-search-user-button {
|
||||
width: 100%;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
.mat-button-wrapper {
|
||||
.mdc-button__label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
@@ -51,8 +51,7 @@
|
||||
position: relative;
|
||||
height: 40px;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-infix {
|
||||
.mat-mdc-form-field-infix {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
@@ -7,15 +7,13 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-label {
|
||||
.mat-mdc-checkbox label {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-layout {
|
||||
.mat-mdc-checkbox {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@@ -3,13 +3,11 @@ adf-search-chip-autocomplete-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-appearance-outline .mat-form-field-outline {
|
||||
.mat-form-field-appearance-outline .mdc-text-field--outlined {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-infix {
|
||||
.mat-mdc-form-field-infix {
|
||||
border: none;
|
||||
}
|
||||
|
||||
@@ -21,8 +19,7 @@ adf-search-chip-autocomplete-input {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
|
||||
.mat-chip-remove.adf-option-chips-delete-button {
|
||||
.mat-mdc-chip-remove.adf-option-chips-delete-button {
|
||||
font-size: 13px;
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
@@ -34,19 +31,16 @@ adf-search-chip-autocomplete-input {
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
|
||||
.mat-chip-list-wrapper {
|
||||
.mdc-evolution-chip-set__chips {
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-wrapper {
|
||||
.mat-mdc-text-field-wrapper {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tooltip that may no longer apply for the MDC version. */
|
||||
.mat-tooltip-hide {
|
||||
.mat-mdc-tooltip-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@@ -2,8 +2,7 @@
|
||||
color: var(--theme-accent-color-default-contrast);
|
||||
background-color: var(--theme-accent-color);
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
|
||||
.mat-chip-remove {
|
||||
.mat-mdc-chip-remove {
|
||||
color: var(--theme-accent-color-default-contrast);
|
||||
opacity: 1;
|
||||
}
|
||||
|
@@ -7,15 +7,14 @@
|
||||
padding: 5px 0;
|
||||
overflow-y: auto;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-label {
|
||||
.mat-mdc-checkbox label {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-layout {
|
||||
.mat-mdc-checkbox {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -24,15 +23,6 @@
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mat-mdc-checkbox {
|
||||
margin: 5px;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
&.mat-checkbox-checked .mat-checkbox-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adf-facet-result-filter {
|
||||
@@ -61,13 +51,7 @@
|
||||
line-height: 24px;
|
||||
letter-spacing: 0.25px;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-underline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-suffix {
|
||||
.mat-mdc-form-field-text-suffix {
|
||||
padding-right: 1px;
|
||||
}
|
||||
}
|
||||
@@ -86,9 +70,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-label,
|
||||
.mat-radio-label {
|
||||
.mat-mdc-checkbox label,
|
||||
.mat-mdc-radio-button label {
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
}
|
||||
}
|
||||
|
@@ -11,7 +11,6 @@ adf-search-facet-chip-tabbed {
|
||||
}
|
||||
|
||||
adf-search-filter-tabbed {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
.mat-mdc-tab-body-content {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
@@ -19,8 +19,7 @@
|
||||
color: unset;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
|
||||
&.mat-chip-list-wrapper {
|
||||
&.mdc-evolution-chip-set__chips {
|
||||
margin: 4px 6px;
|
||||
}
|
||||
}
|
||||
|
@@ -1,23 +1,15 @@
|
||||
adf-search-filter-tabbed {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
.mat-tab-label {
|
||||
.mdc-tab__text-label {
|
||||
flex: 1;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
&.mat-tab-label-active {
|
||||
&.mdc-tab__text-label-active {
|
||||
border-bottom: 2px solid var(--theme-primary-color);
|
||||
}
|
||||
}
|
||||
|
||||
// The important tag is used here as a workaround for a bug in angular material, when MatTabs are used in conjunction with MatMenu
|
||||
// https://github.com/angular/components/issues/27426
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
.mat-mdc-tab-body.mat-tab-body-active .mat-tab-body-content {
|
||||
display: block;
|
||||
visibility: visible !important;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.mat-ink-bar {
|
||||
|
@@ -4,9 +4,8 @@
|
||||
color: var(--adf-theme-foreground-text-color-087);
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-label,
|
||||
.mat-radio-label {
|
||||
.mat-mdc-checkbox label,
|
||||
.mat-mdc-radio-button label {
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
}
|
||||
}
|
||||
|
@@ -8,8 +8,7 @@
|
||||
align-content: center;
|
||||
overflow: hidden;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
.mat-button-wrapper {
|
||||
.mdc-button__label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
@@ -18,26 +18,19 @@ adf-search-properties {
|
||||
|
||||
.adf-search-properties-file-size-operator,
|
||||
.adf-search-properties-file-size-unit {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-infix {
|
||||
.mat-mdc-form-field-infix {
|
||||
border: 1px solid var(--adf-theme-mat-grey-color-a400);
|
||||
border-radius: 5px;
|
||||
padding: 9px;
|
||||
}
|
||||
|
||||
&.mat-focused {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-infix {
|
||||
.mat-mdc-form-field-infix {
|
||||
outline: 2px auto -webkit-focus-ring-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-underline {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.adf-search-properties-file-size-unit {
|
||||
width: 78px;
|
||||
}
|
||||
@@ -45,12 +38,8 @@ adf-search-properties {
|
||||
adf-search-chip-autocomplete-input {
|
||||
display: block;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-outline {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-outline {
|
||||
.mdc-text-field--outlined {
|
||||
.mdc-text-field--outlined {
|
||||
&-start,
|
||||
&-end {
|
||||
border-top: 1px solid var(--adf-theme-mat-grey-color-a400);
|
||||
@@ -68,19 +57,14 @@ adf-search-properties {
|
||||
}
|
||||
|
||||
.mat-focused {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-outline {
|
||||
.mdc-text-field--outlined {
|
||||
outline: 2px auto -webkit-focus-ring-color;
|
||||
}
|
||||
}
|
||||
|
||||
.mat-form-field-appearance-outline {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-outline-thick {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-outline {
|
||||
.mdc-text-field--outlined-thick {
|
||||
.mdc-text-field--outlined {
|
||||
&-start,
|
||||
&-end {
|
||||
border-width: 1px;
|
||||
|
@@ -9,15 +9,13 @@
|
||||
}
|
||||
|
||||
.adf-facet-filter {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
|
||||
.mat-radio-label-content {
|
||||
.mat-mdc-radio-button label-content {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version. */
|
||||
.mat-radio-label {
|
||||
.mat-mdc-radio-button label {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
@@ -46,8 +46,7 @@
|
||||
}
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-infix {
|
||||
display: flex;
|
||||
.mat-mdc-form-field-infix {
|
||||
border-top-width: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
@@ -714,7 +714,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width !default;
|
||||
/* [Accessibility] Material checkbox labels */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.adf-checkbox-sr-only .mat-checkbox-label {
|
||||
.adf-checkbox-sr-only .mat-mdc-checkbox label {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
|
@@ -124,7 +124,7 @@
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */
|
||||
& .mat-card-header-text {
|
||||
& .mat-mdc-card-header-text {
|
||||
margin: 0 !important;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
@@ -134,7 +134,7 @@
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
& .mat-tab-label {
|
||||
& .mdc-tab__text-label {
|
||||
font-size: var(--theme-subheading-2-font-size);
|
||||
line-height: var(--theme-headline-line-height);
|
||||
letter-spacing: -0.4px;
|
||||
@@ -148,7 +148,7 @@
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
& .mat-form-field-wrapper {
|
||||
& .mat-mdc-text-field-wrapper {
|
||||
margin: 0 12px 0 0;
|
||||
}
|
||||
}
|
||||
@@ -218,7 +218,7 @@
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
& .mat-button-wrapper {
|
||||
& .mdc-button__label {
|
||||
width: 58px;
|
||||
height: 20px;
|
||||
opacity: 0.54;
|
||||
|
@@ -8,7 +8,7 @@ $adf-inplace-input-padding: 7px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-infix {
|
||||
.mat-mdc-form-field-infix {
|
||||
display: flex;
|
||||
border-top: 0;
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
&-date-time-widget {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-suffix {
|
||||
.mat-mdc-form-field-text-suffix {
|
||||
top: 26px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
@@ -15,12 +15,12 @@
|
||||
&-left-label-input-datepicker {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-suffix {
|
||||
.mat-mdc-form-field-text-suffix {
|
||||
top: 0;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-infix {
|
||||
.mat-mdc-form-field-infix {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
@@ -36,7 +36,7 @@ ul > li > form-field > .adf-focus {
|
||||
&-invalid {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
|
||||
.mat-checkbox-layout {
|
||||
.mat-mdc-checkbox {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
|
@@ -49,9 +49,8 @@
|
||||
width: 100%;
|
||||
min-width: 250px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
&-userinfo-tab .mat-tab-label {
|
||||
|
||||
&-userinfo-tab .mdc-tab__text-label {
|
||||
flex: auto;
|
||||
font-weight: 500;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
@@ -104,9 +103,8 @@
|
||||
border: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
&-hide-tab .mat-tab-label-active {
|
||||
|
||||
&-hide-tab .mdc-tab__text-label-active {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@@ -16,10 +16,9 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
||||
width: 100%;
|
||||
background-color: var(--theme-card-background-color);
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
& .mat-tab-label {
|
||||
height: 32px;
|
||||
|
||||
& .mdc-tab__text-label {
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
opacity: 1;
|
||||
}
|
||||
@@ -68,7 +67,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
||||
> *:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
|
||||
/* 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-manage-versions-empty,
|
||||
|
@@ -6,7 +6,7 @@
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
.mat-tab-label {
|
||||
.mdc-tab__text-label {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
.mat-tab-label {
|
||||
.mdc-tab__text-label {
|
||||
flex-grow: 1;
|
||||
|
||||
.mat-icon + span {
|
||||
|
@@ -94,9 +94,8 @@
|
||||
.adf-error-message .adf-error-icon {
|
||||
margin-right: 10px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
|
||||
.mat-card-header-text {
|
||||
|
||||
.mat-mdc-card-header-text {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@@ -120,9 +119,8 @@
|
||||
line-height: normal;
|
||||
box-shadow: none;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
|
||||
.adf-login-button .mat-button-wrapper {
|
||||
|
||||
.adf-login-button .mdc-button__label {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
@@ -200,9 +198,8 @@
|
||||
.mat-mdc-form-field .adf-login-password-icon.mat-icon {
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
|
||||
.adf-login__field .mat-form-field-wrapper {
|
||||
|
||||
.adf-login__field .mat-mdc-text-field-wrapper {
|
||||
margin: 1em 0 0;
|
||||
font-size: var(--theme-subheading-2-font-size);
|
||||
}
|
||||
@@ -235,9 +232,8 @@
|
||||
.adf-login__remember-me {
|
||||
padding-top: 22px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
|
||||
.adf-login__remember-me .mat-checkbox-label {
|
||||
|
||||
.adf-login__remember-me .mat-mdc-checkbox label {
|
||||
opacity: 0.87;
|
||||
}
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
background-color: var(--adf-theme-primary-50);
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-ripple {
|
||||
.mdc-line-ripple {
|
||||
background-color: var(--adf-theme-primary-50);
|
||||
}
|
||||
}
|
||||
|
@@ -57,7 +57,7 @@
|
||||
padding-left: 10px;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
.mat-button-wrapper {
|
||||
.mdc-button__label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
.adf {
|
||||
&-date-widget {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-suffix {
|
||||
.mat-mdc-form-field-text-suffix {
|
||||
top: 26px;
|
||||
}
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
|
||||
&-left-label-input-datepicker {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-suffix {
|
||||
.mat-mdc-form-field-text-suffix {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
.mat-form-field-infix {
|
||||
.mat-mdc-form-field-infix {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
@@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
& .mat-button-wrapper {
|
||||
& .mdc-button__label {
|
||||
width: 58px;
|
||||
height: 20px;
|
||||
opacity: 0.54;
|
||||
|
@@ -8,7 +8,7 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */
|
||||
& .mat-card-header-text {
|
||||
& .mat-mdc-card-header-text {
|
||||
margin: 0 !important;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
@@ -16,7 +16,7 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
& .mat-tab-label {
|
||||
& .mdc-tab__text-label {
|
||||
font-size: var(--theme-subheading-2-font-size);
|
||||
line-height: var(--theme-headline-line-height);
|
||||
letter-spacing: -0.4px;
|
||||
@@ -29,7 +29,7 @@
|
||||
height: 4px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
& .mat-form-field-wrapper {
|
||||
& .mat-mdc-text-field-wrapper {
|
||||
margin: 0 12px 0 0;
|
||||
}
|
||||
}
|
||||
@@ -95,7 +95,7 @@
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
& .mat-button-wrapper {
|
||||
& .mdc-button__label {
|
||||
width: 58px;
|
||||
height: 20px;
|
||||
opacity: 0.54;
|
||||
|
@@ -39,7 +39,7 @@
|
||||
&-attach-widget-repo-button {
|
||||
padding-left: 10px;
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
.mat-button-wrapper {
|
||||
.mdc-button__label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@@ -70,13 +70,13 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
|
||||
.mat-list-text {
|
||||
.mdc-list-item__primary-text {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
@include layout-bp(lt-md) {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
|
||||
.mat-list-text {
|
||||
.mdc-list-item__primary-text {
|
||||
max-width: 150px;
|
||||
}
|
||||
}
|
||||
|
@@ -63,7 +63,7 @@
|
||||
min-width: 250px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
&-userinfo-tab .mat-tab-label {
|
||||
&-userinfo-tab .mdc-tab__text-label {
|
||||
flex: auto;
|
||||
font-weight: 500;
|
||||
font-size: var(--theme-body-1-font-size);
|
||||
@@ -147,7 +147,7 @@
|
||||
text-align: left;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
&-hide-tab .mat-tab-label-active {
|
||||
&-hide-tab .mdc-tab__text-label-active {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
@@ -95,7 +95,7 @@ adf-start-task {
|
||||
|
||||
.adf {
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
|
||||
&-start-task-input-container .mat-form-field-wrapper {
|
||||
&-start-task-input-container .mat-mdc-text-field-wrapper {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
|
@@ -88,7 +88,7 @@ adf-task-details {
|
||||
}
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
|
||||
& .mat-tab-label {
|
||||
& .mdc-tab__text-label {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
@@ -13,7 +13,7 @@
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
& .mat-button-wrapper {
|
||||
& .mdc-button__label {
|
||||
width: 58px;
|
||||
height: 20px;
|
||||
opacity: 0.54;
|
||||
|
@@ -47,7 +47,7 @@
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
|
||||
& .mat-button-wrapper {
|
||||
& .mdc-button__label {
|
||||
opacity: 0.54;
|
||||
font-size: var(--theme-button-font-size);
|
||||
font-weight: bold;
|
||||
|
@@ -91,7 +91,7 @@
|
||||
"max-line-length": 240,
|
||||
"linebreaks": "unix",
|
||||
"selector-class-pattern": [
|
||||
"^_?(adf|adf-|app|app-|cdk-|example-|demo-|mat-|material-|textLayer|canvasWrapper|page)",
|
||||
"^_?(adf|adf-|app|app-|cdk-|example-|demo-|mat-|mdc-|material-|textLayer|canvasWrapper|page)",
|
||||
{
|
||||
"resolveNestedSelectors": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user