1 parent 8faf821 commit a31df55Copy full SHA for a31df55
1 file changed
src/web-ui/src/flow_chat/components/AcpModeSelector.scss
@@ -1,4 +1,5 @@
1
@use '../../component-library/styles/tokens' as *;
2
+@use '../../component-library/styles/overlay-surfaces' as surfaces;
3
4
.bitfun-acp-mode-selector {
5
position: relative;
@@ -51,16 +52,14 @@
51
52
}
53
54
&__menu {
55
+ @include surfaces.floating-surface;
56
+
57
--acp-mode-menu-offset: -4px;
58
59
min-width: clamp(0px, 190px, calc(100vw - 16px));
60
max-width: clamp(0px, 240px, calc(100vw - 16px));
61
padding: 4px;
62
overflow: hidden;
- background: var(--bf-appearance-token-color-bg-elevated);
- border: 1px solid var(--bf-appearance-token-border-subtle);
- border-radius: 6px;
63
- box-shadow: 0 8px 32px var(--bf-appearance-token-color-overlay-black-50);
64
z-index: $z-popover;
65
transform-origin: center top;
66
transition:
0 commit comments