Skip to content

Commit dbbb205

Browse files
committed
fix: After review
1 parent b307741 commit dbbb205

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

lms/static/sass/course/instructor/_instructor_2.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -708,10 +708,9 @@
708708
.hint {
709709
@extend %t-copy-sub2;
710710

711-
display: block;
711+
display: none;
712712
position: absolute;
713713
top: ($baseline/2);
714-
left: -9999em;
715714
padding: ($baseline/2);
716715
width: 50%;
717716
background-color: $light-gray3;
@@ -735,10 +734,7 @@
735734
/* ***
736735
* Ideally we want to handle functionality with JS.
737736
* This functionality should eventually be moved into CS/JS, and out of here. */
738-
.has-hint:hover > .hint {
739-
@include left($baseline*10);
740-
}
741-
737+
.has-hint:hover > .hint,
742738
.has-hint input:focus ~ .hint {
743739
@include left($baseline*10);
744740
}

0 commit comments

Comments
 (0)