Skip to content

Commit

Permalink
Add a custom arrow to the dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
its-miroma committed Jun 2, 2024
1 parent 5bda466 commit cb2f317
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/fabric.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ p {
}

.javadoc-selector {
position: relative;
margin-bottom: 6px;

select {
Expand Down Expand Up @@ -195,6 +196,13 @@ p {
}
}
}

.javadoc-selector::after {
content: "";
position: absolute;
right: 1rem;
top: 0.5rem;
}
}

img{
Expand Down

0 comments on commit cb2f317

Please sign in to comment.