Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#8068: removing unnecessary css override for the button dropdown caret #8162

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 */

Check warning on line 1 in src/vendors/theme/assets/styles/components/_dropdowns.scss

View workflow job for this annotation

GitHub Actions / vendors


.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