From 2c694fe5d73c069f00b076d819ee633461d3e2e0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 24 Mar 2025 19:13:28 +0200 Subject: [PATCH] style(next): remove useless CSS code --- src/public/stylesheets/theme-next/shell.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 5b2b01f1e..11958d494 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1472,14 +1472,6 @@ div.floating-buttons-children .close-floating-buttons:has(.close-floating-button gap: 0; } -/* Individual icon position / size corrections */ - -/* Table of contents */ -.floating-buttons .bx-spreadsheet::before { - /* Note: since the icon is rotated, a positive top margin will actually shift the icon upwards */ - margin-top: .1em; -} - /* The highlight animation */ @keyframes floating-button-highlight {