CSS
This commit is contained in:
parent
9463df1a16
commit
22434a2627
@ -149,3 +149,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.read-only-indicator {
|
||||
display: flex;
|
||||
|
||||
mat-icon {
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user