Преглед на файлове

Table: fix last table column border disappear in some condition (#9326)

FuryBean преди 7 години
родител
ревизия
28708bbf86
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      packages/theme-chalk/src/table.scss

+ 0 - 6
packages/theme-chalk/src/table.scss

@@ -277,12 +277,6 @@
       }
     }
 
-    .has-gutter {
-      th:nth-last-of-type(2), td:nth-last-of-type(2) {
-        border-right: none;
-      }
-    }
-
     th.gutter:last-of-type {
       border-bottom: $--table-border;
       border-bottom-width: 1px;