mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 10:00:45 -05:00
* Added screen reader CSS * Added description to external links * Added spinner icon accessibility * Added accessibility to exclamation and big message * Added question and exclamation accessibility * Hide decorative icons * Standardized link design * Added a11y to refresh icons * Added aria-label to anchors and buttons * Added a11y to conditional icons * Added applicable labels to Ant Icons * Changed escape to interpolation * Replaced external links with opens in new tab * Improved Tooltip hosts * Added aria live to temporary elements * Removed mistakenly added redundant helper * Undoes unnecessarily added interpolation * Replaced empty label with hidden * Improved full icon label * Improved display of live regions * Added note * remove unused class * Created unique id * Remove TODOs * Proper action label * Improved feedback for autocomplete toggle * feature: add id hook * refactor: use id hook * standardize white space
22 lines
365 B
Plaintext
22 lines
365 B
Plaintext
.alert-query-link {
|
|
font-size: 14px;
|
|
|
|
.fa-external-link {
|
|
vertical-align: text-bottom;
|
|
}
|
|
}
|
|
|
|
.alert-query-schedule {
|
|
font-style: italic;
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
@media only percy {
|
|
// hide query selector arrow in Percy to avoid a flaky snapshot
|
|
.alert-query-selector {
|
|
.ant-select-arrow-icon {
|
|
display: none !important;
|
|
}
|
|
}
|
|
}
|