Przeglądaj źródła

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

FuryBean 7 lat temu
rodzic
commit
28708bbf86
1 zmienionych plików z 0 dodań i 6 usunięć
  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;