linear-react-components-ui 1.0.11-beta.1 → 1.0.11-beta.2

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.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -122,10 +122,6 @@
122
122
  > .tbody > .trow:hover {
123
123
  background-color: $component-item-hover;
124
124
  }
125
- > tbody:hover td[rowspan],
126
- tr:hover td {
127
- background-color: $component-item-hover;
128
- }
129
125
  }
130
126
  &.-headercolor {
131
127
  > .headercontainer {
@@ -138,10 +134,6 @@
138
134
  }
139
135
  }
140
136
 
141
- .-norowspan {
142
- border-bottom: 1px solid $component-border-color-soft !important;
143
- }
144
-
145
137
  .table-component.-scrollable {
146
138
  display: flex;
147
139
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.0.11-beta.1",
3
+ "version": "1.0.11-beta.2",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",