File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 < div class ="sidebar-full-width-container " id ="sidebar-header-container " aria-hidden ="true ">
1616 < div class ="sidebar-section-wrapper ">
17- < div class ="sidebar-fixed-element-wrapper ">
17+ <!-- < div class="sidebar-fixed-element-wrapper">
1818 <img id="admin-sidebar-logo" src="/assets/datashare/images/DataShare-logo-reverse.svg" [alt]="('menu.header.image.logo') | translate" aria-hidden="true">
19- </ div >
19+ </div> -->
2020 < div class ="sidebar-collapsible-element-outer-wrapper ">
2121 < div class ="sidebar-collapsible-element-inner-wrapper sidebar-item ">
2222 < h4 class ="my-1 "> {{ 'menu.header.admin' | translate }}</ h4 >
Original file line number Diff line number Diff line change 1- img #admin-sidebar-logo {
2- height : var (--datashare-admin-sidebar-logo-height ) !important ;
1+ // img#admin-sidebar-logo {
2+ // height: var(--datashare-admin-sidebar-logo-height) !important;
3+ // }
4+
5+ :host ::ng-deep {
6+ color : #FFFFFF ;
7+ /* White text color for sidebar */
8+
9+ img #admin-sidebar-logo {
10+ height : var (--datashare-admin-sidebar-logo-height ) !important ;
11+ }
12+
13+ a {
14+ color : #FFFFFF !important ;
15+ /* White */
16+ text-decoration : none !important ;
17+ /* Optional, removes underline */
18+
19+ & :focus {
20+ // outline-color: #FFFF00;
21+ // outline-style: solid;
22+ // outline-width: medium;
23+ outline : 2px solid #ADD8E6 !important ; /* Light Blue outline on focus */
24+ outline-offset : 2px ;
25+ /* Optional, adds space between outline and element */
26+ }
27+
28+ & :hover {
29+ color : #ADD8E6 !important ;
30+ /* Light Blue on hover */
31+ text-decoration : underline ;
32+ /* Optional, adds underline on hover */
33+ }
34+
35+ & .active {
36+ font-weight : bold ;
37+ /* Bold for active link */
38+ color : #FFFFFF !important ;
39+ /* White for active link */
40+ }
41+
42+ & .disabled {
43+ color : #777777 ;
44+ /* Gray for disabled link */
45+ pointer-events : none ;
46+ /* Disable click events */
47+ cursor : default ;
48+ /* Default cursor */
49+ }
50+
51+ }
352}
You can’t perform that action at this time.
0 commit comments