mirror of
https://github.com/getredash/redash.git
synced 2026-03-21 07:00:07 -04:00
* DynamicComponent for QuerySourceAlerts * General Settings updates * Dynamic Date[Range] updates * EmptyState updates * Query and SchemaBrowser updates * Adjust page headers and add disablePublish * Policy updates * Separate Home FavoritesList component * Update FormatQuery * Autolimit frontend fixes * Misc updates * Keep registering of QuerySourceDropdown * Undo changes in DynamicComponent * Change sql-formatter package.json syntax * Allow opening help trigger in new tab * Don't run npm commands as root in Dockerfile * Cypress: Remove extra execute query
43 lines
610 B
Plaintext
43 lines
610 B
Plaintext
.dynamic-button {
|
|
height: 100%;
|
|
position: absolute !important;
|
|
right: 1px;
|
|
top: 0;
|
|
|
|
.ant-dropdown-trigger {
|
|
height: 100%;
|
|
}
|
|
|
|
button {
|
|
border: none;
|
|
padding: 0;
|
|
box-shadow: none;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
&:after {
|
|
content: "";
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 19px;
|
|
left: 0;
|
|
top: 8px;
|
|
border-left: 1px dotted rgba(0, 0, 0, 0.12);
|
|
}
|
|
}
|
|
|
|
.dynamic-menu {
|
|
width: 187px;
|
|
|
|
em {
|
|
color: #ccc;
|
|
font-size: 11px;
|
|
}
|
|
}
|
|
|
|
.dynamic-icon {
|
|
display: flex !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|