File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments