Skip to content

Commit 17752eb

Browse files
committed
Don't render safari default details marker
1 parent b619dd2 commit 17752eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/css/icinga/dashboards.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@
156156
.action-link {
157157
font-weight: normal;
158158
}
159+
160+
&::-webkit-details-marker {
161+
display: none; // Disable the default details marker, as we've our own one.
162+
}
159163
}
160164

161165
.home-list-control, .dashboard-list-control {

0 commit comments

Comments
 (0)