Files
redash/client/app/components/dynamic-parameters/DynamicButton.less
Gabriel Dutra fa7ecca485 Frontend updates from internal fork (#5259)
* 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
2020-11-10 14:59:15 +02:00

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;
}