Skip to content

Commit ad8c249

Browse files
YousafZahid1aarushtools
authored andcommitted
fix(nav): restyle status highlight and normalize container height
1 parent 82a7252 commit ad8c249

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

intranet/static/css/page_base.scss

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)