File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -727,22 +727,27 @@ a:focus {
727727 }
728728}
729729
730- .emmet-hint {
731- margin-right : 48 px !important ;
730+ .emmet-code- hint {
731+ visibility : hidden ;
732732}
733733
734- .emmet-code-hint {
734+ .codehint-menu .dropdown-menu li a .highlight .emmet-code-hint {
735+ visibility : visible ;
735736 position : absolute ;
736- font-size : 0.85em ;
737+ right : 1rem ;
738+ font-size : 0.85em !important ;
737739 font-weight : @font-weight-semibold ;
738- right : 4px ;
739- bottom : 0px ;
740+ letter-spacing : 0.3px ;
740741 color : @css-codehint-icon !important ;
741742 .dark & {
742743 color : @dark-css-codehint-icon !important ;
743744 }
744745}
745746
747+ .emmet-hint {
748+ margin-right : 48px !important ;
749+ }
750+
746751#codehint-desc {
747752 background : @bc-codehint-desc ;
748753 position : absolute ;
You can’t perform that action at this time.
0 commit comments