Skip to content

Commit f5426a9

Browse files
committed
feat(ui5-ai-textarea): apply UX feedback adjustments
clean up styles
1 parent ce4e648 commit f5426a9

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

packages/ai/src/TextArea.css

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,6 @@
2020
flex-shrink: 0;
2121
}
2222

23-
.ui5-ai-writing-assistant-footer-bar {
24-
background: var(--_ui5_texteditor_toolbar_background, var(--sapPageFooter_Background));
25-
width: 100%;
26-
box-sizing: border-box;
27-
box-shadow: none;
28-
border-bottom: none;
29-
border-top: none;
30-
}
31-
3223
.ui5-ai-writing-assistant-footer-bar--with-border {
3324
border-top: 1px solid var(--sapPageFooter_BorderColor);
3425
}
35-
36-
.ui5-ai-writing-assistant-action-label {
37-
margin-left: 0.5rem;
38-
color: var(--sapContent_LabelColor);
39-
font-size: var(--sapFontSmallSize);
40-
}
41-
42-
#ai-menu-wrapper {
43-
position: relative;
44-
z-index: 1000;
45-
}

packages/ai/src/themes/WritingAssistant.css

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
1-
.ui5-ai-textarea-root {
2-
position: relative;
3-
display: flex;
4-
flex-direction: column;
5-
width: 100%;
6-
height: 100%;
7-
}
8-
9-
.ui5-ai-textarea-root .ui5-textarea-wrapper {
10-
display: flex;
11-
flex-direction: column;
12-
flex: 1;
13-
position: relative;
14-
}
15-
16-
.ui5-ai-textarea-root [part="footer"] {
17-
width: 100%;
18-
margin-top: auto;
19-
flex-shrink: 0;
20-
}
21-
221
.ui5-ai-writing-assistant-footer-bar {
232
background: var(--_ui5_texteditor_toolbar_background, var(--sapPageFooter_Background));
243
width: 100%;

0 commit comments

Comments
 (0)