Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfries committed Oct 12, 2023
1 parent b296d6b commit 95e280a
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions addon/styles/design-system.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,42 +89,42 @@ aside.collapsed nav .fa-fw {
/* @include border-radius($form-select-border-radius, 0);
@include box-shadow($form-select-box-shadow);
@include transition($form-select-transition); */
}

.ember-power-select-trigger:focus {
/* border-color: $form-select-focus-border-color; */
outline: 0;

/* @if $enable-shadows {
@include box-shadow(
$form-select-box-shadow,
$form-select-focus-box-shadow
);
} @else {
box-shadow: $form-select-focus-box-shadow;
} */
}

.ember-power-select-trigger[aria-disabled="true"] {
cursor: default;
}

&:focus {
/* border-color: $form-select-focus-border-color; */
outline: 0;

/* @if $enable-shadows {
@include box-shadow(
$form-select-box-shadow,
$form-select-focus-box-shadow
);
} @else {
box-shadow: $form-select-focus-box-shadow;
} */
}

&[aria-disabled="true"] {
cursor: default;
}

.ember-power-select-placeholder,
.ember-power-select-selected-item {
width: 100%;
margin-left: 0;
}

.ember-power-select-clear-btn {
position: static;
float: right;
font-size: 150%;
line-height: 1;
margin-left: 0.5rem;
}

.ember-power-select-status-icon {
display: none;
}
.ember-power-select-placeholder,
.ember-power-select-selected-item {
width: 100%;
margin-left: 0;
}

.ember-power-select-clear-btn {
position: static;
float: right;
font-size: 150%;
line-height: 1;
margin-left: 0.5rem;
}

.ember-power-select-status-icon {
display: none;
}

.ember-power-select-dropdown {
Expand Down

0 comments on commit 95e280a

Please sign in to comment.