mirror of
https://github.com/getredash/redash.git
synced 2026-03-21 07:00:07 -04: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)
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
.select-items-list {
|
|
&:hover,
|
|
&:focus,
|
|
&:focus-within {
|
|
color: #555;
|
|
background-color: #f5f5f5;
|
|
transition: all 150ms ease-in-out;
|
|
}
|
|
}
|