Skip to content

Commit 3cff8e6

Browse files
committed
fix: update emmet icon in html files to make it consistent to css emmet icon
1 parent 2f607eb commit 3cff8e6

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

src/styles/brackets_patterns_override.less

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -727,22 +727,27 @@ a:focus {
727727
}
728728
}
729729

730-
.emmet-hint {
731-
margin-right: 48px !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;

0 commit comments

Comments
 (0)