Skip to content

Commit 74e9d3d

Browse files
fix: a11y button corrections (#32)
* outline send, upload, and actions on focus. * search result width * remove duplicate selector * fix: update SuggestionList items * add transparent background * update search result button styles
1 parent bde7332 commit 74e9d3d

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

src/styles/ChannelSearch.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
cursor: pointer;
5151
padding-left: 8px;
5252
width: 100%;
53+
border: none;
54+
background: transparent;
5355

5456
&:hover {
5557
font-weight: var(--font-weight-bold);

src/styles/Message.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,6 @@
734734
.str-chat__message-simple__actions__action--reactions {
735735
display: flex;
736736
}
737-
738-
.str-chat__message-simple__actions__action--reactions {
739-
display: flex;
740-
}
741737
}
742738

743739
&-text {

src/styles/MessageInput.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@
168168
font-size: var(--md-font);
169169
}
170170

171+
.rta__entity {
172+
cursor: pointer;
173+
width: 100%;
174+
border: none;
175+
background: transparent;
176+
}
177+
171178
.rta__entity--selected {
172179
background-color: var(--primary-color);
173180
color: var(--white);

0 commit comments

Comments
 (0)