diff --git a/docs/DesignLanguage.vue b/docs/DesignLanguage.vue
index 254cf03..bf6de3f 100644
--- a/docs/DesignLanguage.vue
+++ b/docs/DesignLanguage.vue
@@ -167,7 +167,7 @@
.stop
event modifier on the event handlers. This is important if
:rows-selectable="true"
to prevent the click event bubbling up to the row.
-
+
diff --git a/docs/data/table.docs.json b/docs/data/table.docs.json
index 1266715..db804ec 100644
--- a/docs/data/table.docs.json
+++ b/docs/data/table.docs.json
@@ -9,7 +9,7 @@
}, {
"code": ""
}, {
- "code": "\n\t\n\t\t\n\t\t\n\t\t\n\t\n"
+ "code": "\n\t\n\t\t\n\t\t\n\t\t\n\t\n"
}, {
"code": "\n\t\n\t\tPress Me!\n\t\tClick Me!\n\t\n"
}, {
diff --git a/src/components/data-table/DataTable.vue b/src/components/data-table/DataTable.vue
index 8509b8e..b343118 100644
--- a/src/components/data-table/DataTable.vue
+++ b/src/components/data-table/DataTable.vue
@@ -41,7 +41,7 @@
diff --git a/src/components/data-table/DataTableRow.vue b/src/components/data-table/DataTableRow.vue
index b9f467d..6b94e22 100644
--- a/src/components/data-table/DataTableRow.vue
+++ b/src/components/data-table/DataTableRow.vue
@@ -1,7 +1,7 @@
-
+
-
+
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/src/stylesheets/ff-components.scss b/src/stylesheets/ff-components.scss
index e170cd6..4f709df 100644
--- a/src/stylesheets/ff-components.scss
+++ b/src/stylesheets/ff-components.scss
@@ -165,6 +165,7 @@
}
.ff-kebab-options {
+ color: $ff-grey-800;
position: absolute;
top: 24px;
border: 1px solid $ff-grey-300;
@@ -647,6 +648,7 @@ li.ff-list-item {
}
.selectable:hover .ff-data-table--cell {
cursor: pointer;
+ color: $ff-blue-600;
background-color: $ff-grey-50;
}
}