From 89e0f8e3ef552b6da7d55b58964f5ad6abf5d908 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:55:43 -0700 Subject: [PATCH] fix filterable dropdown corner radius --- src-ui/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/styles.scss b/src-ui/src/styles.scss index 4efbf4937..0b5ec4049 100644 --- a/src-ui/src/styles.scss +++ b/src-ui/src/styles.scss @@ -583,7 +583,7 @@ a.badge { border-radius: 0.15rem; } - > .btn:not(:first-child) { + > .btn:not(:first-child):not(:nth-child(2)) { border-top-left-radius: 0; border-bottom-left-radius: 0; }