more emojis into index pages fix 2

This commit is contained in:
2026-07-28 12:41:52 +02:00
parent b4c74da786
commit 833607627f
@@ -32,16 +32,16 @@
.table_actions {
a.view_link, a.edit_link, a.delete_link {
font-size: 0 !important;
line-height: 1 !important;
text-decoration: none !important;
background: none !important;
border: none !important;
box-shadow: none !important;
padding: 2px 4px !important;
margin: 0 2px !important;
color: transparent !important;
&::before { font-size: 16px; opacity: 0.7; display: inline-block; }
&:hover::before { opacity: 1; }
&::before { font-size: 16px; opacity: 0.7; }
&:hover { background: none !important; }
&:hover::before { opacity: 1; }
}
a.view_link::before { content: "👁️"; }
a.edit_link::before { content: "✏️"; }