summaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-02-19 00:39:45 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-02-24 17:54:47 +0300
commit0e893f03bbcb2fa2cc6ce128091ba68b8ea93e8f (patch)
tree4d7b3dfd421ffb798b307ad145eef55eb6e831eb /src/assets
parent2c69921cf85dcf83b6a9c3b04d9f4885ef8b6d40 (diff)
downloadwebui-vue-0e893f03bbcb2fa2cc6ce128091ba68b8ea93e8f.tar.xz
Create TableRowAction component
Creating a reusable component to help ensure visual consistency and code reuse for table actions. Updated local user management table to use this new component. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ib94df901c5b6a70ee3299f6844b60fa761842b13
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/styles/_table.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/assets/styles/_table.scss b/src/assets/styles/_table.scss
index 7d265c8e..069a37c3 100644
--- a/src/assets/styles/_table.scss
+++ b/src/assets/styles/_table.scss
@@ -15,12 +15,4 @@ table {
border: none;
color: $gray-900;
}
-}
-
-.table-cell__actions {
- text-align: right;
- .btn {
- padding-top: 0;
- padding-bottom: 0;
- }
} \ No newline at end of file