Skip to content

Commit b8e513a

Browse files
authored
Merge pull request #4 from devforth/feature/AdminForth/1624/on-default-project-the-border-
fix: update FilterDropdown styles for improved consistency and appear…
2 parents 99699b6 + 8a2ccec commit b8e513a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

custom/FilterDropdown.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<template>
2-
<div class="afcl-select afcl-select-wrapper relative inline-block af-button-shadow rounded" ref="internalSelect"
2+
<div class="afcl-select afcl-select-wrapper relative inline-block af-button-shadow rounded-default" ref="internalSelect"
33
:class="{'opacity-50': readonly}"
44
>
55
<div class="relative w-fit">
66
<button
77
ref="dropdownFilterEl"
88
type="button"
99
@click="dropdownClick"
10-
class="group h-[34px] inline-flex items-center justify-between min-w-max px-3 py-2 text-left cursor-pointer
11-
text-sm font-medium transition-all rounded border outline-none gap-x-2
10+
class="af-filter-dropdown-button group h-[34px] inline-flex items-center justify-between min-w-max px-3 py-2 text-left cursor-pointer
11+
text-sm font-medium transition-all border outline-none gap-x-2
1212
bg-lightListViewButtonBackground text-lightListViewButtonText border-lightListViewButtonBorder
1313
dark:bg-darkListViewButtonBackground dark:text-darkListViewButtonText dark:border-darkListViewButtonBorder
14-
hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover"
14+
hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover rounded-default"
1515
>
1616
<span v-if="displayLabel" class="whitespace-nowrap">
1717
{{ displayLabel }}

0 commit comments

Comments
 (0)