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