We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b307741 commit dbbb205Copy full SHA for dbbb205
lms/static/sass/course/instructor/_instructor_2.scss
@@ -708,10 +708,9 @@
708
.hint {
709
@extend %t-copy-sub2;
710
711
- display: block;
+ display: none;
712
position: absolute;
713
top: ($baseline/2);
714
- left: -9999em;
715
padding: ($baseline/2);
716
width: 50%;
717
background-color: $light-gray3;
@@ -735,10 +734,7 @@
735
734
/* ***
736
* Ideally we want to handle functionality with JS.
737
* 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
-
+ .has-hint:hover > .hint,
742
.has-hint input:focus ~ .hint {
743
@include left($baseline*10);
744
}
0 commit comments