File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -509,9 +509,7 @@ ul.dropdown-menu.absence-notification {
509509 border-top : 2px solid rgb (161 , 161 , 161 );
510510 }
511511 }
512-
513512 .selected {
514- background-color : rgb (252 , 252 , 252 );
515513
516514 a {
517515 color : $grey ;
@@ -521,7 +519,21 @@ ul.dropdown-menu.absence-notification {
521519 .nav-status-indicator {
522520 margin-top : 10px ;
523521 display : none ; // only show when the nav bar is collapsed
524-
522+ border-radius : 8px ;
523+ margin-left : auto ;
524+ margin-right : auto ;
525+ height : 23px ;
526+ padding : 3px 4px ;
527+ & .selected {
528+ background-color : rgb (223 222 222 );
529+
530+ a {
531+ color : blue ;
532+ background : none ;
533+ -webkit-background-clip : initial ;
534+ background-clip : initial ;
535+ }
536+ }
525537 a {
526538 all : unset ;
527539 margin-left : 5px ;
You can’t perform that action at this time.
0 commit comments