File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
content/patterns/listbox/examples/css Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1313 top : -3px ;
1414}
1515
16- span [role = "option" ]: hover span .actions {
17- position : absolute;
18- right : 0.5em ;
19- display : inline;
20- }
2116button .actionbutton {
2217 display : inline-block;
2318 border-radius : 5px ;
@@ -27,9 +22,10 @@ button.actionbutton {
2722 line-height : 1.5em ;
2823 margin-right : 0.25em ;
2924 background-color : buttonface;
30- padding : 0px 5px 0 px 5 px ;
25+ padding : 0px 5px ;
3126 margin-top : -3px ;
3227}
28+
3329button .actionbutton ::before {
3430 display : flex;
3531 justify-content : center;
@@ -63,7 +59,6 @@ button.delete::before {
6359.focusedActionButton {
6460 background-color : rgb (226 , 239 , 225 );
6561 color : black!important ;
66- outline-offset : 0px ;
6762 white-space : pre;
6863 outline-offset : 0px ;
6964 outline : # 036 solid 3px !important ;
You can’t perform that action at this time.
0 commit comments