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:
parent
bf13578b05
commit
c256bd29ca
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue