Skip to content

Commit

Permalink
For #1670: Summary: fix dropdown item selected area
Browse files Browse the repository at this point in the history
  • Loading branch information
tiz170 authored and ebruchez committed Sep 28, 2022
1 parent 0b58587 commit 0d87e63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
border: 1px solid transparent;
color: black !important;
background-color: white;
width: 100%;
}

.dropdown-menu .btn-link:hover,
Expand Down Expand Up @@ -139,8 +140,7 @@

.pagination .disabled {
>span {
background-color: transparent;
>button {
&, &>button {
background-color: transparent;
}
}
Expand Down

0 comments on commit 0d87e63

Please sign in to comment.