mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
fix: PeriodSelector styling
This commit is contained in:
parent
865bf1f60e
commit
32bed65ca2
@ -9,7 +9,7 @@
|
|||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="text-sm flex hover:bg-gray-100 focus:outline-none focus:bg-gray-100 items-center px-3 py-2 rounded-md cursor-pointer"
|
class="text-sm flex hover:bg-gray-100 focus:outline-none focus:bg-gray-100 items-center px-3 py-1 rounded-md leading-relaxed cursor-pointer"
|
||||||
@click="toggleDropdown()"
|
@click="toggleDropdown()"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
@keydown.down="highlightItemDown"
|
@keydown.down="highlightItemDown"
|
||||||
|
Loading…
Reference in New Issue
Block a user