Skip to content

Commit 2fee8c5

Browse files
committed
Special:AI: Add "loading" icon after pending questions
1 parent 159aa4c commit 2fee8c5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

modules/ext.askai.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818

1919
.mw-askai-prompt-loading:after {
20-
content: ' ...';
21-
font-style: italic;
20+
margin-left: 0.5em;
21+
content: url( 'images/loading16x16.gif' );
2222
}
2323

2424
.mw-askai-prompt-loaded {
@@ -28,3 +28,4 @@
2828
.mw-askai-prompt-failed {
2929
color: #a00;
3030
}
31+

modules/images/README

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Source of images:
2+
3+
* loading16x16.gif - https://commons.wikimedia.org/wiki/File:Ajax-loader.gif - Public Domain

modules/images/loading16x16.gif

1.19 KB
Loading

0 commit comments

Comments
 (0)