Skip to content

Commit

Permalink
removing unecessary css override for the button dropdown caret (#8162)
Browse files Browse the repository at this point in the history
this css was hiding it, and now it can once again be displayed
  • Loading branch information
fungairino committed Apr 5, 2024
1 parent 733719b commit 033f11d
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/vendors/theme/assets/styles/components/_dropdowns.scss
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
/* Dropdowns */

.dropdown {
.dropdown-toggle {
&:after {
border-top: 0;
border-right: 0;
border-left: 0;
border-bottom: 0;
//font: normal normal normal 24px/1 "Material Design Icons";
// content: "\f140";
width: auto;
height: auto;
vertical-align: baseline;
font-size: 0.75rem;
.rtl & {
margin-left: 0;
margin-right: 0.255em;
}
}
}
.dropdown-menu {
margin-top: 0.75rem;
font-size: $default-font-size;
Expand Down

0 comments on commit 033f11d

Please sign in to comment.