DM-536 - added disabled property
This commit is contained in:
parent
4b656564fe
commit
63df71a6aa
@ -18,5 +18,5 @@
|
||||
|
||||
<div *ngIf="showDot" class="dot"></div>
|
||||
|
||||
<div *ngIf="dropdownButton" class="arrow-down"></div>
|
||||
<div *ngIf="dropdownButton" [class.disabled]="disabled" class="arrow-down"></div>
|
||||
</div>
|
||||
|
||||
@ -8,5 +8,9 @@
|
||||
position: fixed;
|
||||
margin-left: 12px;
|
||||
margin-top: -8px;
|
||||
|
||||
&.disabled {
|
||||
border-top-color: var(--iqser-grey-3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user