Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: wildcard for dropdown button class
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Jan 28, 2024
1 parent 9896e64 commit fc36b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
.course-columns-header .square-toggle > *,
.course-columns-header input,
.course-columns-header .select-wrapper,
.course-columns-header .makeStylespageDropdownButton-0-2-80 {
.course-columns-header button[class*=makeStylespageDropdownButton] {
border-radius: 0.5rem !important;
}
.base-courses .course-card-term-name {
Expand Down
3 changes: 1 addition & 2 deletions styles/_online.manchester.ac.uk_ultra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ button.anchor,
.square-toggle > *,
input,
.select-wrapper,
.makeStylespageDropdownButton-0-2-80
{
button[class*="makeStylespageDropdownButton"] {
border-radius: 0.5rem !important;
}
}
Expand Down

0 comments on commit fc36b9d

Please sign in to comment.