summaryrefslogtreecommitdiffstats
path: root/app/common/styles/components
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2019-08-12 09:31:52 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-08-27 16:15:30 +0000
commitbb688795ded24cd07c46de598170af41fb3bfd56 (patch)
tree88d65dfa4aa24a38c86b897991449d26d88c6098 /app/common/styles/components
parentb4d9c09a6c34f70260a686430e6891301a8da7b3 (diff)
downloadphosphor-webui-bb688795ded24cd07c46de598170af41fb3bfd56.tar.gz
phosphor-webui-bb688795ded24cd07c46de598170af41fb3bfd56.zip
Add tableActions component
Creating a separate table actions component to allow row action customizations like disabling certain actions and rendering different icons. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I85e96045af27701f5ecc4af9bf824e248abccbf5
Diffstat (limited to 'app/common/styles/components')
-rw-r--r--app/common/styles/components/table.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/common/styles/components/table.scss b/app/common/styles/components/table.scss
index 17df264..40b6a64 100644
--- a/app/common/styles/components/table.scss
+++ b/app/common/styles/components/table.scss
@@ -161,10 +161,14 @@
}
.bmc-table__cell {
- padding: 4px 16px;
+ padding: 10px 16px;
background-color: $base-02--07;
}
.bmc-table__row-actions {
text-align: right;
+ .btn {
+ padding-top: 0;
+ padding-bottom: 0;
+ }
} \ No newline at end of file
OpenPOWER on IntegriCloud