From caedb19307a5337f76a5abdf4c9747ba1a3faa5c Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Tue, 12 Sep 2023 14:47:31 +0200 Subject: [PATCH] gui: Remove unused hard-coded styles from Recent Changes modal (#9101) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gui: Remove unused hard-coded styles from globalChangesModalView modal Currently, the globalChangesModalView modal has hardcoded th and td styles. However, they are not even used in the modal itself, because Bootstrap overrides them with its own styles for these elements in the same modal. Yet, when hard-coded like that, these styles can conflict with other table elements in the GUI. Thus, remove them completely. Signed-off-by: Tomasz WilczyƄski --- gui/default/syncthing/device/globalChangesModalView.html | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/default/syncthing/device/globalChangesModalView.html b/gui/default/syncthing/device/globalChangesModalView.html index 77799eba1..0ecbadcf7 100644 --- a/gui/default/syncthing/device/globalChangesModalView.html +++ b/gui/default/syncthing/device/globalChangesModalView.html @@ -1,4 +1,3 @@ -