mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
EducationPopup: Add cursor:pointer
We still expect the user to click on the tool, and the actions still works (albeit delayed), so we should use cursor:pointer. Change-Id: I6d2b0140f5fd918809f05acc6e405ef430c518fd
This commit is contained in:
parent
0a378318bf
commit
24747966b6
|
@ -5,6 +5,10 @@
|
|||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
|
||||
.ve-ui-educationPopup {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ve-ui-pulsatingDot,
|
||||
.ve-ui-stillDot {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue