Merge branch 'select-icon' into 'develop'
Fix dropdown icon Closes #788 See merge request soapbox-pub/soapbox-fe!938
This commit is contained in:
commit
0cc4640440
|
@ -496,7 +496,7 @@ code {
|
|||
&::after {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
|
@ -504,6 +504,7 @@ code {
|
|||
padding-left: 12px;
|
||||
pointer-events: none;
|
||||
margin-top: 8px;
|
||||
font-weight: 900;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue