Skip to content
Snippets Groups Projects
Commit 9da11037 authored by Oliver Schmidt's avatar Oliver Schmidt
Browse files

OZG-725-7934 fix instant-search hover

parent ebc8d2fb
Branches
Tags
1 merge request!103OZG-725-ui-styling
...@@ -32,7 +32,7 @@ import { Component, ElementRef, EventEmitter, Input, Output, ViewChild } from '@ ...@@ -32,7 +32,7 @@ import { Component, ElementRef, EventEmitter, Input, Output, ViewChild } from '@
*ngIf="title" *ngIf="title"
[ngClass]="[ [ngClass]="[
'flex w-full justify-between border-2 border-transparent px-6 py-3', 'flex w-full justify-between border-2 border-transparent px-6 py-3',
'hover:border-focus focus:border-focus focus:outline-none', 'hover:bg-background-150 focus:border-focus focus:outline-none',
]" ]"
role="listitem" role="listitem"
tabindex="-1" tabindex="-1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment