Skip to content

Commit

Permalink
Merge branch 'rm/285867' into 'master'
Browse files Browse the repository at this point in the history
Fix: message delete modal button focus state issue fixed

See merge request kchat/webapp!701
  • Loading branch information
antonbuks committed Apr 3, 2024
2 parents 37423de + 2f3c3c4 commit cc54675
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/channels/src/sass/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ button {
&.btn-danger {
color: $white;

&:focus {
outline: none;
}

.app__body & {
color: $white;

Expand Down

0 comments on commit cc54675

Please sign in to comment.