File tree Expand file tree Collapse file tree 3 files changed +39
-1
lines changed
app/components/navigation Expand file tree Collapse file tree 3 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 4343 < span style =""> {{node.name}}</ span >
4444 </ a >
4545 </ mat-expansion-panel-header >
46- < div style ="overflow-x: auto ; ">
46+ < div style ="overflow-x: hidden ; ">
4747 < ng-container matTreeNodeOutlet > </ ng-container >
4848 </ div >
4949 </ mat-expansion-panel >
Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ mat-tree {
1616 }
1717 }
1818
19+
20+ & :hover {
21+ border-radius : var (--rounded-full )!important ;
22+ }
23+ & :focus {
24+ border-radius : var (--rounded-full )!important ;
25+ }
26+
1927 .selected-node {
2028 background-color : var (--mdc-theme-primary ) !important ;
2129 color : var (--mdc-theme-on-primary ) !important ;
@@ -60,6 +68,9 @@ mat-tree {
6068 }
6169 }
6270 }
71+ .selected-node {
72+ width : calc (100% - 20px )!important ;
73+ }
6374 }
6475}
6576
Original file line number Diff line number Diff line change @@ -452,6 +452,15 @@ ngx-material-timepicker-container {
452452 cursor : pointer ;
453453 color : var (--text-header )!important ;
454454
455+ & :disabled ,
456+ & [disabled ] {
457+ background-color : var (--border ) !important ;
458+ color : var (--tp-text ) !important ;
459+ opacity : 0.5 ;
460+ cursor : not-allowed !important ;
461+ pointer-events : none ;
462+ }
463+
455464 & --icon-rounded-border {
456465 display : flex ;
457466 padding : var (--3514-px , 14px );
@@ -487,6 +496,15 @@ ngx-material-timepicker-container {
487496 font-style : normal ;
488497 // font-weight: 600;
489498 line-height : var (--Text-line-height-sm , 22px ); /* 157.143% */
499+
500+ & :disabled ,
501+ & [disabled ] {
502+ background-color : var (--border ) !important ;
503+ color : var (--tp-text ) !important ;
504+ opacity : 0.5 ;
505+ cursor : not-allowed !important ;
506+ pointer-events : none ;
507+ }
490508}
491509
492510
@@ -509,4 +527,13 @@ ngx-material-timepicker-container {
509527 font-style : normal ;
510528 // font-weight: 600;
511529 line-height : var (--Text-line-height-sm , 22px ); /* 157.143% */
530+
531+ & :disabled ,
532+ & [disabled ] {
533+ background-color : var (--border ) !important ;
534+ color : var (--tp-text ) !important ;
535+ opacity : 0.5 ;
536+ cursor : not-allowed !important ;
537+ pointer-events : none ;
538+ }
512539}
You can’t perform that action at this time.
0 commit comments