more emojis into index pages fix
This commit is contained in:
@@ -31,10 +31,17 @@
|
||||
// Emoji action buttons in AA index tables
|
||||
.table_actions {
|
||||
a.view_link, a.edit_link, a.delete_link {
|
||||
font-size: 0;
|
||||
text-decoration: none;
|
||||
&::before { font-size: 16px; opacity: 0.7; }
|
||||
font-size: 0 !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; }
|
||||
&:hover { background: none !important; }
|
||||
}
|
||||
a.view_link::before { content: "👁️"; }
|
||||
a.edit_link::before { content: "✏️"; }
|
||||
|
||||
Reference in New Issue
Block a user