Skip to content

Commit

Permalink
[Code] fix popover style changes when click on buttons (#33472)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedragon authored and zfy0701 committed Mar 19, 2019
1 parent d67f308 commit 4b41abe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/code/public/monaco/monaco.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
.monaco-editor-hover {
min-width: 350px;
border: $euiBorderThin;
border-bottom: 0;
cursor: default;
position: absolute;
overflow-y: auto;
Expand All @@ -43,7 +44,7 @@
background: linear-gradient(-180deg, $euiColorLightestShade 0%, $euiColorEmptyShade 100%);
border-radius: 0 0 4px 4px;
box-shadow: 0 -1px 0 0 $euiBorderColor;
height: 32px;
height: 33px;
}

.monaco-editor-hover .button-group button:not(:first-child) {
Expand Down

0 comments on commit 4b41abe

Please sign in to comment.