Skip to content

Commit

Permalink
chore: improve design style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricbet committed Apr 30, 2024
1 parent c4c7566 commit 2db206e
Show file tree
Hide file tree
Showing 7 changed files with 171 additions and 179 deletions.
8 changes: 0 additions & 8 deletions packages/ai-native/src/browser/chat/chat.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,3 @@
}
}
}

.chat_with_more_actions {
&:hover {
div[class*='chat_msg_more_actions___'] {
display: flex;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
.ai_native_progress_wrapper {
height: 4px;

div[class*='progress___'] {
div[class*='progress'] {
height: 4px;
background-color: transparent;
background-image: linear-gradient(91deg, #19cfff 0%, #8429ff 100%);
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-native/src/browser/layout/layout.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#ai_chat_panel {
height: 100%;

div[class*='tab_panel___'] {
div[class*='tab_panel'] {
&::before {
content: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Popover } from '@opensumi/ide-core-browser/lib/components';
import { localize, uuid } from '@opensumi/ide-core-common';
import { EditorTabService } from '@opensumi/ide-editor/lib/browser/editor.tab.service';

import styles from './override.module.less';
import styles from '../style/design.module.less';

const EditorTabCloseComponent = (props) => {
const { children } = props;
Expand Down
2 changes: 1 addition & 1 deletion packages/design/src/browser/override/menu.service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { BrowserCtxMenuService } from '@opensumi/ide-overlay/lib/browser/ctx-men
import { IIconService } from '@opensumi/ide-theme';
import { IconService } from '@opensumi/ide-theme/lib/browser';

import styles from './override.module.less';
import styles from '../style/design.module.less';

const MenuComponent = (props: { data: MenuNode } & IMenuRenderProps) => {
const iconService = useInjectable<IconService>(IIconService);
Expand Down
138 changes: 0 additions & 138 deletions packages/design/src/browser/override/override.module.less

This file was deleted.

Loading

0 comments on commit 2db206e

Please sign in to comment.