Skip to content

Commit

Permalink
move styling inside combo class
Browse files Browse the repository at this point in the history
  • Loading branch information
henriettemoe committed Apr 21, 2023
1 parent 874dc84 commit 4154e09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@
}

.h5p-vocabulary-drill-combobox {
.combo *,
.combo *::before,
.combo *::after {
box-sizing: border-box;
}

.combo {
display: block;
max-width: 400px;
position: relative;

*,
*::before,
*::after {
box-sizing: border-box;
}

&::after {
color: #356bbd;
content: '\f107';
Expand Down

0 comments on commit 4154e09

Please sign in to comment.