0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Add down arrow to <select> elements

This commit is contained in:
Paul Adam Davis 2014-07-07 17:13:45 +01:00
parent bf13578b05
commit c256bd29ca
2 changed files with 7 additions and 1 deletions

View file

@ -391,6 +391,12 @@ input[type='radio'] {
pointer-events: none;
}
@include icon-after($i-chevron-down, 0.85em, $midbrown) {
@include position(absolute, 50% 0.8em null null);
position: absolute;
margin-top: -0.5em;
};
select {
opacity: 0;
position: absolute;

File diff suppressed because one or more lines are too long