Skip to content

Commit 45905bb

Browse files
committed
Linting fixes
1 parent f14799e commit 45905bb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

content/patterns/listbox/examples/css/listbox-actions.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
top: -3px;
1414
}
1515

16-
span[role="option"]:hover span.actions {
17-
position: absolute;
18-
right: 0.5em;
19-
display: inline;
20-
}
2116
button.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 0px 5px;
25+
padding: 0px 5px;
3126
margin-top: -3px;
3227
}
28+
3329
button.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;

0 commit comments

Comments
 (0)