Skip to content

Commit cb883a2

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[Freestyler] Remove border outline when disabled
We need to keep the border to make the textarea not change size. Fixed: 372633018 Change-Id: I0b9c4436b6803f1254528d48126dea1833e13cba Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5934351 Commit-Queue: Nikolay Vitkov <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]> Auto-Submit: Nikolay Vitkov <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent d330fc8 commit cb883a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/panels/freestyler/components/freestylerChatUi.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
&:disabled {
7777
color: var(--sys-color-state-disabled);
7878
background-color: var(--sys-color-state-disabled-container);
79+
border-color: transparent;
7980
}
8081
}
8182

0 commit comments

Comments
 (0)