Remove shadow for layout switcher. (#2588)

This commit is contained in:
Timo
2024-08-29 17:59:28 +02:00
committed by GitHub
parent 559fc4851c
commit 159ae603aa

View File

@@ -19,7 +19,6 @@ limitations under the License.
border: 1px solid var(--cpd-color-border-interactive-secondary);
border-radius: var(--cpd-radius-pill-effect);
background: var(--cpd-color-bg-canvas-default);
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
display: flex;
position: relative;
}