From 940785331caf401bb0b0e01b181de3e1ef743909 Mon Sep 17 00:00:00 2001 From: gatof81 Date: Thu, 25 Oct 2018 22:51:17 -0300 Subject: [PATCH] small fix --- src/app/genes/genes-list/genes-list.component.html | 2 +- src/app/genes/genes-list/genes-list.component.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/genes/genes-list/genes-list.component.html b/src/app/genes/genes-list/genes-list.component.html index 3299117b6..34cf5273a 100644 --- a/src/app/genes/genes-list/genes-list.component.html +++ b/src/app/genes/genes-list/genes-list.component.html @@ -23,7 +23,7 @@

Nominated Target List

(onRowUnselect)="onRowUnselect($event)" [customSort]="true"> -

diff --git a/src/app/genes/genes-list/genes-list.component.scss b/src/app/genes/genes-list/genes-list.component.scss index f921c6a95..c60119dc0 100644 --- a/src/app/genes/genes-list/genes-list.component.scss +++ b/src/app/genes/genes-list/genes-list.component.scss @@ -6,7 +6,7 @@ background-color: transparent !important; width: auto; /* Scale the div to the parent width */ - #keyword:focus { + #keywords:focus { box-shadow: 0px 0px 4px 2px #5BB0B5; border-radius: 6px; outline-offset: -2px;