Skip to content
29 changes: 29 additions & 0 deletions administrator/templates/atum/scss/vendor/choicesjs/choices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,35 @@
justify-content: space-between;
}

.choices__button_joomla {
position: absolute;
top: 50%;
right: 0;
width: 20px;
height: 20px;
padding: 0;
margin-top: -10px;
margin-right: 50px;
border-radius: 10em;
opacity: .5;

[dir=rtl] & {
right: auto;
left: 0;
margin-right: 0;
margin-left: 50px;
}

&:hover,
&:focus {
opacity: 1;
}

&:focus {
box-shadow: 0 0 0 2px #00bcd4;
}
}

&::after {
display: none;
}
Expand Down