@eturnity/eturnity_reusable_components 1.0.95 → 1.0.96
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/package.json
CHANGED
|
@@ -180,7 +180,7 @@ const TableContainer = styled.table`
|
|
|
180
180
|
|
|
181
181
|
tr {
|
|
182
182
|
&.disabled {
|
|
183
|
-
cursor: not-allowed;
|
|
183
|
+
cursor: not-allowed !important;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
.arrow-dropdown {
|
|
@@ -197,7 +197,7 @@ const TableContainer = styled.table`
|
|
|
197
197
|
.text {
|
|
198
198
|
padding: 10px 15px 10px 15px;
|
|
199
199
|
color: ${(props) => props.theme.colors.black};
|
|
200
|
-
cursor:
|
|
200
|
+
cursor: pointer;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.bold {
|