diff options
| author | Yoshie Muranaka <yoshiemuranaka@gmail.com> | 2019-08-12 09:31:52 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2019-08-27 16:15:30 +0000 |
| commit | bb688795ded24cd07c46de598170af41fb3bfd56 (patch) | |
| tree | 88d65dfa4aa24a38c86b897991449d26d88c6098 /app/common/styles/components | |
| parent | b4d9c09a6c34f70260a686430e6891301a8da7b3 (diff) | |
| download | phosphor-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.scss | 6 |
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 |

