convert conversation icons to buttons (accessibility) (#192)

* update sidebar overflow

* update all clickable icons to buttons

* refactor buttons so they are not inside other buttons

* format doc

* update input background to transparent

* adjust btns size to match #202

* update text size per #202
This commit is contained in:
Brad Ullman
2023-03-26 14:19:27 -07:00
committed by GitHub
parent df7c363ccb
commit c3f2dced56
2 changed files with 56 additions and 48 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export const Sidebar: FC<Props> = ({
<Search searchTerm={searchTerm} onSearch={setSearchTerm} />
)}
<div className="flex-grow overflow-auto">
<div className="flex-grow overflow-y-auto overflow-x-clip">
{folders.length > 0 && (
<div className="flex border-b border-white/20 pb-2">
<Folders