@univerjs/docs-ui 1.0.0-alpha.5 → 1.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.css CHANGED
@@ -343,10 +343,6 @@
343
343
  border-width: 1px;
344
344
  }
345
345
 
346
- .univer-border-solid {
347
- border-style: solid;
348
- }
349
-
350
346
  .univer-border-none {
351
347
  border-style: none;
352
348
  }
@@ -633,10 +629,6 @@
633
629
  cursor: grabbing;
634
630
  }
635
631
 
636
- .dark\:\!univer-border-gray-600:where(.univer-dark, .univer-dark *) {
637
- border-color: var(--univer-gray-600) !important;
638
- }
639
-
640
632
  .dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
641
633
  border-color: var(--univer-gray-700) !important;
642
634
  }