From f9d97584190d5c3eb07527c96ac84290f19fcf27 Mon Sep 17 00:00:00 2001 From: fprebolledo Date: Fri, 21 Jul 2023 17:42:35 -0400 Subject: [PATCH 1/2] style(BnListbox): add style when is navigated by keyboard --- src/components/BnListbox/BnListbox.styles.cjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BnListbox/BnListbox.styles.cjs b/src/components/BnListbox/BnListbox.styles.cjs index 40154eb..63beec2 100644 --- a/src/components/BnListbox/BnListbox.styles.cjs +++ b/src/components/BnListbox/BnListbox.styles.cjs @@ -43,9 +43,9 @@ module.exports = { '.bn-listbox-options': { '@apply fixed max-h-60 w-full overflow-auto rounded-lg border border-gray-200 bg-white': {}, '&__option': { - '@apply flex h-12 items-center p-3 ui-selected:text-white hover:text-white': {}, + '@apply flex h-12 items-center p-3 ui-selected:text-white hover:text-white ui-active:text-white': {}, colors: { - '@apply hover:bg-varColor-600 ui-selected:bg-varColor-600': {}, + '@apply hover:bg-varColor-600 ui-selected:bg-varColor-600 ui-active:bg-varColor-600': {}, }, }, '&__option-text': { From 1c49570e6b5f650d6c10ff5a25995e833296b6ff Mon Sep 17 00:00:00 2001 From: fprebolledo Date: Fri, 28 Jul 2023 11:27:18 -0400 Subject: [PATCH 2/2] feat(): add pr template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..244be8c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Context + +- Banano is a component library for use in platanus projects + + +## Changes +