Files
redash/client/app/assets/less/inc/edit-in-place.less
Rafael Wendel 0560e2410e Improve css and add focus styles (#5420)
* 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)
2021-03-17 14:26:08 -03:00

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