Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
astridx committed Apr 25, 2020
1 parent c3d3065 commit 0392e70
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
position: relative;

&::before {
font-family: "Font Awesome 5 Free";
content: "\f107";
position: absolute;
top: 1px;
color: var(--atum-text-dark);
background-color: var(--atum-bg-light);
color: var(--atum-text-dark);
content: "\f107";
font-family: "Font Awesome 5 Free";
padding: $custom-select-padding;
pointer-events: none;
position: absolute;
top: 1px;

[dir=ltr] & {
right: 1px;
border-top-right-radius: $border-radius;
border-bottom-right-radius: $border-radius;
border-top-right-radius: $border-radius;
right: 1px;
}

[dir=rtl] & {
left: 1px;
border-top-left-radius: $border-radius;
border-bottom-left-radius: $border-radius;
border-top-left-radius: $border-radius;
left: 1px;
}
}
}
Expand Down
18 changes: 11 additions & 7 deletions administrator/templates/atum/scss/vendor/choicesjs/choices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,20 @@
position: relative;

&::before {
font-family: "Font Awesome 5 Free";
content: "\f107";
position: absolute;
top: 1px;
color: var(--atum-text-dark);
background-color: var(--atum-bg-light);
// color: var(--atum-text-light);
// background-color: theme-color("success");
color: var(--atum-text-dark);
content: "\107";
font-family: "Font Awesome 5 Free";
padding: $custom-select-padding;
position: absolute;
pointer-events: none;
top: 1px;

.moduleposition & {
background-color: theme-color("success");
color: var(--atum-text-light);
content: "\f05b";
}

[dir=ltr] & {
right: 1px;
Expand Down

0 comments on commit 0392e70

Please sign in to comment.