|
35 | 35 | v-if="checkboxes.length" |
36 | 36 | data-tooltip-target="tooltip-remove-all" |
37 | 37 | class="flex gap-1 items-center py-1 px-3 me-2 text-sm font-medium text-lightListViewButtonText af-button-shadow |
38 | | - focus:outline-none bg-lightListViewButtonBackground rounded border border-lightListViewButtonBorder h-[34px] |
| 38 | + focus:outline-none bg-lightListViewButtonBackground rounded border border-lightListViewButtonBorder h-[2.125rem] |
39 | 39 | hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover focus:z-10 focus:ring-4 |
40 | 40 | focus:ring-lightListViewButtonFocusRing dark:focus:ring-darkListViewButtonFocusRing |
41 | 41 | dark:bg-darkListViewButtonBackground dark:text-darkListViewButtonText dark:border-darkListViewButtonBorder |
|
58 | 58 | :key="action.id" |
59 | 59 | @click="startBulkActionInner(action.id!)" |
60 | 60 | class="flex gap-1 items-center py-1 px-3 text-sm font-medium text-lightListViewButtonText |
61 | | - focus:outline-none bg-lightListViewButtonBackground rounded-default border h-[34px] |
| 61 | + focus:outline-none bg-lightListViewButtonBackground rounded-default border h-[2.125rem] |
62 | 62 | border-lightListViewButtonBorder hover:bg-lightListViewButtonBackgroundHover |
63 | 63 | hover:text-lightListViewButtonTextHover focus:z-10 focus:ring-4 af-button-shadow |
64 | 64 | focus:ring-lightListViewButtonFocusRing dark:focus:ring-darkListViewButtonFocusRing |
|
91 | 91 | :key="action.id" |
92 | 92 | @click="startCustomBulkActionInner(action.id!)" |
93 | 93 | class="flex gap-1 items-center py-1 px-3 text-sm font-medium text-lightListViewButtonText |
94 | | - focus:outline-none bg-lightListViewButtonBackground rounded-default border h-[34px] |
| 94 | + focus:outline-none bg-lightListViewButtonBackground rounded-default border h-[2.125rem] |
95 | 95 | border-lightListViewButtonBorder hover:bg-lightListViewButtonBackgroundHover |
96 | 96 | hover:text-lightListViewButtonTextHover focus:z-10 focus:ring-4 af-button-shadow |
97 | 97 | focus:ring-lightListViewButtonFocusRing dark:focus:ring-darkListViewButtonFocusRing |
|
112 | 112 |
|
113 | 113 | <RouterLink v-if="coreStore.resource?.options?.allowedActions?.create" |
114 | 114 | :to="{ name: 'resource-create', params: { resourceId: $route.params.resourceId } }" |
115 | | - class="af-create-button flex items-center py-1 h-[34px] px-3 text-sm af-button-shadow |
| 115 | + class="af-create-button flex items-center py-1 h-[2.125rem] px-3 text-sm af-button-shadow |
116 | 116 | font-medium text-lightPrimaryContrast transition-all focus:outline-none |
117 | 117 | bg-lightPrimary hover:bg-lightPrimary/80 dark:bg-darkPrimary dark:hover:bg-darkPrimary/80 |
118 | 118 | rounded border border-lightPrimary/90 focus:z-10 focus:ring-4 focus:ring-lightListViewButtonFocusRing |
|
124 | 124 | </RouterLink> |
125 | 125 |
|
126 | 126 | <button |
127 | | - class="af-filter-button flex gap-1 items-center py-1 h-[34px] px-3 me-2 af-button-shadow text-sm font-medium |
| 127 | + class="af-filter-button flex gap-1 items-center py-1 h-[2.125rem] px-3 me-2 af-button-shadow text-sm font-medium |
128 | 128 | text-lightListViewButtonText transition-all focus:outline-none bg-lightListViewButtonBackground rounded border |
129 | 129 | border-lightListViewButtonBorder hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover |
130 | 130 | focus:z-10 focus:ring-4 focus:ring-lightListViewButtonFocusRing dark:focus:ring-darkListViewButtonFocusRing |
|
0 commit comments