We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38b56e commit 2334bc3Copy full SHA for 2334bc3
app/assets/stylesheets/includes/admin.scss
@@ -153,7 +153,18 @@ section.admin {
153
}
154
155
a.icon-link {
156
- display: contents;
+ 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
166
167
168
169
170
button.delete {
0 commit comments