From 30f11f818168c89126777b717ab37829e25e8378 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Tue, 10 Nov 2020 16:07:56 -0600 Subject: Align button icons - Fixes button icon and text alignment - App header buttons to be addressed separately - Button documentation will be addressed in separate commit - Aligns form input buttons: datepicker, clear search, and password toggle - Moves title from icon to button for icon only buttons - Aligns validation icon with form input buttons Signed-off-by: Dixsie Wolmers Change-Id: Ie28d7d7dd7303ab6bf1897d1fa569e1580cc2f9d --- src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue') diff --git a/src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue b/src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue index da15b7a9..fcb8ef36 100644 --- a/src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue +++ b/src/views/Health/HardwareStatus/HardwareStatusTableProcessors.vue @@ -35,9 +35,11 @@ variant="link" data-test-id="hardwareStatus-button-expandProcessors" :aria-label="expandRowLabel" + :title="expandRowLabel" + class="btn-icon-only" @click="toggleRowDetails(row)" > - + -- cgit v1.2.3