Skip to content

Commit 4600087

Browse files
marktriggsjuanjmerono
authored andcommitted
SAK-31375 Add additional hover effects to home and profile picture (sakaiproject#2873)
1 parent 55759f4 commit 4600087

File tree

1 file changed

+8
-0
lines changed
  • reference/library/src/morpheus-master/sass/modules/navigation

1 file changed

+8
-0
lines changed

reference/library/src/morpheus-master/sass/modules/navigation/_base.scss

+8
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,10 @@ body.is-logged-out{
323323
margin:5px auto 0px;
324324
position: relative;
325325
top: 0.8em;
326+
327+
&:hover{
328+
box-shadow: 0px 0px 5px 1px rgba(165, 165, 165, 0.95);
329+
}
326330
}
327331
.#{$namespace}userNav__submenuitem--username, .#{$namespace}userNav__submenuitem--userid{
328332
@media #{$phone}{
@@ -575,6 +579,10 @@ body.is-logged-out{
575579
a{
576580
background-color: transparent;
577581
color: $background-color;
582+
583+
&:hover{
584+
color: $primary-color;
585+
}
578586
}
579587
}
580588

0 commit comments

Comments
 (0)