mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
connectors refactor
This commit is contained in:
@@ -3,7 +3,11 @@ import styled from 'styled-components';
|
||||
import { showMenu } from '../modals/DropDownMenu';
|
||||
|
||||
const AppObjectDiv = styled.div`
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
&:hover {
|
||||
background-color: lightblue;
|
||||
};
|
||||
cursor: pointer;
|
||||
`;
|
||||
|
||||
const IconWrap = styled.span`
|
||||
|
||||
Reference in New Issue
Block a user