outline has been restored to choose columns link in entities page
This commit is contained in:
parent
93392c8795
commit
c8310021bc
|
@ -230,7 +230,7 @@ input::-webkit-inner-spin-button {
|
|||
.advanced-options-panel .advanced-options .select .select-options-link {
|
||||
margin-left: 4px;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.query-panel .row .column-headers .Field {
|
||||
|
|
|
@ -143,7 +143,6 @@ export const TableEntity: FunctionComponent<TableEntityProps> = ({
|
|||
src={EditIcon}
|
||||
alt="editEntity"
|
||||
onClick={onEditEntity}
|
||||
tabIndex={0}
|
||||
onKeyPress={handleKeyPress}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue