mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Remove piercing operators from components which lost the encapsulation (#2299)
This commit is contained in:
committed by
Mario Romano
parent
233355ffe7
commit
1ff9aa8e08
@@ -23,12 +23,12 @@
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
&-userinfo-tab /deep/ .mat-tab-header {
|
||||
&-userinfo-tab .mat-tab-header {
|
||||
align-self: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&-userinfo-tab /deep/ .mat-tab-label {
|
||||
&-userinfo-tab .mat-tab-label {
|
||||
flex: auto;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
@@ -131,7 +131,7 @@
|
||||
text-align: left
|
||||
}
|
||||
|
||||
&-hide-tab /deep/ .mat-tab-label-active {
|
||||
&-hide-tab .mat-tab-label-active {
|
||||
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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user