Skip to content

Commit

Permalink
XWIKI-21373: Tmmoreactions and tmedit focus indications are barely vi…
Browse files Browse the repository at this point in the history
…sible (#2443)

* Added a style rule to override :focus style of the dropdown-toggle buttons set in bootstrap.
  • Loading branch information
Sereza7 authored Oct 11, 2023
1 parent e7e3de2 commit 0fbc4cc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
&:focus {
.btn-background(lighten(@btn-default-bg, 5%));
.btn-border(darken(@btn-default-bg, 20%));

// Make sure the buttons have a proper focus highlight,
// despite changes from some bootstrap classes such as 'dropdown-toggle'.
outline: revert;
}
}

Expand Down

0 comments on commit 0fbc4cc

Please sign in to comment.