From c158f21dfc2411cd8d6cbd36a9b0e90ff5265597 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Mon, 10 Feb 2020 14:39:19 +0100 Subject: viewer: formatting and > a instead of > * in the CSS (the star selector is to be avoided if possible, it's slow and dangerous) --- viewer/src/components/LdCommand.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'viewer') diff --git a/viewer/src/components/LdCommand.vue b/viewer/src/components/LdCommand.vue index 5953eac..5b9bbff 100644 --- a/viewer/src/components/LdCommand.vue +++ b/viewer/src/components/LdCommand.vue @@ -23,7 +23,12 @@ - + @@ -67,7 +72,7 @@ export default class LdCommand extends Vue { align-items: center; flex: 0 0 $layout-left; - > * { + > a { // normalise icon active boxes width: $layout-top; line-height: $layout-top; -- cgit v1.2.3