mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Remove piercing operators from components which lost the encapsulation (#2299)
This commit is contained in:
parent
233355ffe7
commit
1ff9aa8e08
@ -46,46 +46,46 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-textitem-editable /deep/ .mat-input-wrapper {
|
&-textitem-editable .mat-input-wrapper {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-textitem-editable /deep/ .mat-input-underline {
|
&-textitem-editable .mat-input-underline {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-textitem-editable /deep/ .mat-input-infix {
|
&-textitem-editable .mat-input-infix {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-textitem-editable /deep/ .mat-input-placeholder-wrapper {
|
&-textitem-editable .mat-input-placeholder-wrapper {
|
||||||
padding-top: 2em;
|
padding-top: 2em;
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-textitem-editable /deep/ .mat-input-placeholder {
|
&-textitem-editable .mat-input-placeholder {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-textitem-editable /deep/ .mat-input-element {
|
&-textitem-editable .mat-input-element {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-textitem-editable /deep/ .mat-input-element:focus {
|
&-textitem-editable .mat-input-element:focus {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
left: -6px;
|
left: -6px;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-textitem-editable /deep/ input.mat-input-element {
|
&-textitem-editable input.mat-input-element {
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-textitem-editable /deep/ input.mat-input-element:focus {
|
&-textitem-editable input.mat-input-element:focus {
|
||||||
margin-bottom: -8px;
|
margin-bottom: -8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-property /deep/ &-property-label {
|
&-property &-property-label {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
@ -23,7 +23,7 @@
|
|||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-property /deep/ &-property-value {
|
&-property &-property-value {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
color: rgb(101, 101, 101);
|
color: rgb(101, 101, 101);
|
||||||
|
@ -35,12 +35,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& /deep/ .mat-input-underline .mat-input-ripple {
|
.mat-input-underline .mat-input-ripple {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
& /deep/ .adf-site-dropdown-list-element {
|
.adf-site-dropdown-list-element {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
@ -54,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& /deep/ .adf-toolbar .mat-toolbar {
|
.adf-toolbar .mat-toolbar {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -63,11 +63,11 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.07);
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
||||||
|
|
||||||
& /deep/ .adf-highlight {
|
.adf-highlight {
|
||||||
color: #33afdfnpm np;
|
color: #33afdfnpm np;
|
||||||
}
|
}
|
||||||
|
|
||||||
& /deep/ .adf-data-table {
|
.adf-data-table {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
.adf-no-content-container {
|
.adf-no-content-container {
|
||||||
|
@ -23,12 +23,12 @@
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-userinfo-tab /deep/ .mat-tab-header {
|
&-userinfo-tab .mat-tab-header {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-userinfo-tab /deep/ .mat-tab-label {
|
&-userinfo-tab .mat-tab-label {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -131,7 +131,7 @@
|
|||||||
text-align: left
|
text-align: left
|
||||||
}
|
}
|
||||||
|
|
||||||
&-hide-tab /deep/ .mat-tab-label-active {
|
&-hide-tab .mat-tab-label-active {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -146,8 +146,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mat-menu-panel.adf-userinfo-menu /deep/ .mat-menu-content{
|
.mat-menu-panel.adf-userinfo-menu .mat-menu-content{
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user