From bcc50844096b47c0656ed3338de222055a749fb1 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 13 Feb 2024 02:09:43 +0200 Subject: add roundness, fix inputs --- src/components/popover/popover.vue | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'src/components/popover/popover.vue') diff --git a/src/components/popover/popover.vue b/src/components/popover/popover.vue index ce053503..7aec4404 100644 --- a/src/components/popover/popover.vue +++ b/src/components/popover/popover.vue @@ -69,13 +69,15 @@ pointer-events: none; } - border-radius: $fallback--btnRadius; - border-radius: var(--btnRadius, $fallback--btnRadius); + border-radius: var(--roundness); + border-color: var(--border); + border-style: solid; + border-width: 1px; } .dropdown-menu { display: block; - padding: 0.5rem 0; + padding: 0; font-size: 1em; text-align: left; list-style: none; @@ -108,8 +110,6 @@ height: 100%; box-sizing: border-box; - --btnText: var(--popoverText, $fallback--text); - &-icon { svg { width: 22px; @@ -134,10 +134,7 @@ line-height: 22px; text-align: center; border-radius: 0; - background-color: $fallback--fg; - background-color: var(--input, $fallback--fg); - box-shadow: 0 0 2px black inset; - box-shadow: var(--inputShadow); + box-shadow: var(--shadow); margin-right: 0.75em; &.menu-checkbox-checked::after { -- cgit v1.2.3-70-g09d2