浏览代码

gui: Remove unused hard-coded styles from Recent Changes modal (#9101)

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 <[email protected]>
tomasz1986 2 年之前
父节点
当前提交
caedb19307
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      gui/default/syncthing/device/globalChangesModalView.html

+ 0 - 1
gui/default/syncthing/device/globalChangesModalView.html

@@ -1,4 +1,3 @@
-<style> th, td { padding: 6px; } </style>
 <modal id="globalChanges" status="default" icon="fas fa-info-circle" heading="{{'Recent Changes' | translate}}" large="yes" closeable="yes">
   <div class="modal-body">
     <div class="table-responsive">