Commit ab9e208
committed
fix: Prevent translation loading spinner from showing on page load
The CSS rule `display: flex` was overriding the `hidden` attribute on
the loading indicator element. Changed to use `:not([hidden])` selector
so the flex layout only applies when the element is not hidden.1 parent 7af7ae9 commit ab9e208
7 files changed
Lines changed: 7 additions & 1211 deletions
File tree
- cloudformation/scenarios/localgov-drupal/drupal/web/modules/custom/ndx_aws_ai/css
- src/assets/images/walkthroughs/council-chatbot/explore
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
0 commit comments