Enhancement: management list button improvements (#7848)

This commit is contained in:
shamoon 2024-10-03 23:00:28 -07:00 committed by GitHub
parent fc683e150a
commit 54293bedb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 236 additions and 66 deletions

View file

@ -0,0 +1,4 @@
// hide caret on mobile dropdown
.d-block.d-sm-none .dropdown-toggle::after {
display: none;
}