mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 13:14:22 +02:00
Update Label, Button and ListView
- Label and Button now can set icon on both left and right side of the text - Fix ListView dropdown bug, and allow the dropdown list to positioned correctly based on its nearest anchored element
This commit is contained in:
@ -67,7 +67,7 @@ afx-list-view.dropdown {
|
||||
}
|
||||
afx-list-view.dropdown > div.list-container{
|
||||
overflow: visible;
|
||||
position: absolute;
|
||||
/*position: absolute;*/
|
||||
}
|
||||
afx-list-view.dropdown > div.list-container > div
|
||||
{
|
||||
@ -91,17 +91,9 @@ afx-list-view.dropdown > div.list-container > ul li{
|
||||
width:100%;
|
||||
}
|
||||
|
||||
afx-list-view.dropdown div.list-container div:before {
|
||||
content: "\f107";
|
||||
font-family: "FontAwesome";
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
}
|
||||
afx-list-view.dropdown div.list-container > div > afx-label{
|
||||
padding-left:3px;
|
||||
padding-right: 25px;
|
||||
padding-right: 5px;
|
||||
height: 100%;
|
||||
}
|
||||
afx-list-view.dropdown div.list-container > div > afx-label span
|
||||
|
Reference in New Issue
Block a user