zahmis 5 سال پیش
والد
کامیت
e17a18a16d
1فایلهای تغییر یافته به همراه3 افزوده شده و 9 حذف شده
  1. 3 9
      src/client/styles/scss/_page-history.scss

+ 3 - 9
src/client/styles/scss/_page-history.scss

@@ -1,3 +1,6 @@
+// @import '../scss/variables';
+// @import '../scss/override-bootstrap-variables';
+
 .revision-history-table {
   tbody {
     max-height: 250px;
@@ -25,21 +28,12 @@
 
 .comparison-header {
   height: 34px;
-  background-color: #ffffff;
-  border: 1px solid $gray-300;
   .comparison-source-wrapper {
     height: 26px;
     margin-right: 1px;
-    border-right: 1px solid $gray-300;
-    .comparison-source {
-      color: $gray-500;
-    }
   }
   .comparison-target-wrapper {
     height: 26px;
-    .comparison-target {
-      color: $gray-500;
-    }
   }
 }