This commit is contained in:
Adina Țeudan 2022-03-24 01:01:51 +02:00
parent 9463df1a16
commit 22434a2627
3 changed files with 17 additions and 3 deletions

View File

@ -149,3 +149,12 @@
}
}
}
.read-only-indicator {
display: flex;
mat-icon {
height: 14px;
width: 14px;
}
}

View File

@ -30,7 +30,7 @@ iqser-side-nav {
align-items: center;
justify-content: space-between;
&:not(.active):hover {
&:not(.active):not(.disabled):hover {
background-color: rgba(var(--iqser-primary-rgb), 0.2);
}
@ -44,5 +44,10 @@ iqser-side-nav {
width: 12px;
height: 12px;
}
&.disabled {
opacity: 0.3;
pointer-events: none;
}
}
}

View File

@ -13,8 +13,8 @@
}
.mat-button-toggle-disabled {
.mat-button-toggle-button {
cursor: not-allowed !important;
&.mat-button-toggle-checked .mat-button-toggle-label-content {
opacity: 0.5;
}
outline: none;