Skip to content

Commit

Permalink
UI details for code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
nighca committed Jan 7, 2025
1 parent 0b08e87 commit e7a8c3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ watchEffect(() => {
min-width: 8em;
display: flex;
align-items: center;
padding: 8px;
padding: 7px;
border-radius: var(--ui-border-radius-1);
cursor: pointer;
font-size: 12px;
color: var(--ui-color-grey-1000);
&:hover {
background: var(--ui-color-grey-300);
}
Expand All @@ -66,7 +68,7 @@ watchEffect(() => {
}
.icon {
margin-right: 4px;
margin-right: 8px;
}
.code {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export class HoverController extends Emitter<{
range: diagnostic.range,
actions: [
{
title: 'Fix',
command: builtInCommandCopilotFixProblem,
arguments: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ defineProps<{
.body {
flex: 1;
color: var(--ui-color-grey-1000);
}
</style>

0 comments on commit e7a8c3d

Please sign in to comment.