mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 10:00:45 -05:00
* Add styles for focused ant menus * Add disabled styles to clickable button * Improved dashboard header syntax and added focus * Improved CSS syntax * Add interactive styles * Improved anchor dependent styles * Improved styles of widget (gray more/delete btns) * Add interactive style for favorite star * Improved style of delete btn * Make table content fill all space * Added focus and active styles * Scoped query snippets list * Fixed behavior for all major browsers * Replaced button styles with plain button * Scoped items list styles * Added focus styles to ant table * Add plain button (#5419) * Minor syntax improvements * Refactor of Link component (#5418)
24 lines
333 B
Plaintext
Executable File
24 lines
333 B
Plaintext
Executable File
.edit-in-place {
|
|
white-space: pre-line;
|
|
display: inline-block;
|
|
|
|
p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.editable {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
background: @redash-yellow;
|
|
border-radius: @redash-radius;
|
|
}
|
|
}
|
|
|
|
&.active input,
|
|
&.active textarea {
|
|
display: inline-block;
|
|
}
|
|
}
|