Skip to content

Commit 2334bc3

Browse files
ADA-314 fix icons in items table to make them tab friendly
1 parent f38b56e commit 2334bc3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

app/assets/stylesheets/includes/admin.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,18 @@ section.admin {
153153
}
154154

155155
a.icon-link {
156-
display: contents;
156+
display: inline-flex;
157+
align-items: center;
158+
text-decoration: none;
159+
box-shadow: none !important;
160+
background: none !important;
161+
}
162+
163+
a.icon-link:hover,
164+
a.icon-link:focus {
165+
text-decoration: none;
166+
box-shadow: none !important;
167+
background: none !important;
157168
}
158169

159170
button.delete {

0 commit comments

Comments
 (0)