2019-10-25 20:46:51 +00:00
|
|
|
@import 'mediawiki.mixins.rotation.less';
|
2014-08-07 11:38:34 +00:00
|
|
|
|
|
|
|
/* Watch/Unwatch Icon Styling */
|
2017-10-01 18:12:11 +00:00
|
|
|
/* Only use icon if the menu item is not collapsed into the "More" dropdown
|
2023-06-26 16:54:44 +00:00
|
|
|
* (in which case it is inside `.vector-dropdown` instead of `.vector-menu-tabs`). */
|
2022-09-02 14:57:31 +00:00
|
|
|
// Note: there's no watchstar for anon users so no need to worry about cached HTML when changing this class
|
|
|
|
// Loading watchstar link class.
|
2023-05-15 19:05:38 +00:00
|
|
|
.mw-watchlink {
|
2023-04-27 20:39:40 +00:00
|
|
|
.vector-icon {
|
2023-05-15 19:05:38 +00:00
|
|
|
transition: transform 500ms;
|
|
|
|
}
|
2022-09-30 23:50:22 +00:00
|
|
|
|
2023-05-15 19:05:38 +00:00
|
|
|
.mw-ui-icon-wikimedia-unStar {
|
|
|
|
transform: rotate( 72deg );
|
|
|
|
}
|
2022-09-02 14:57:31 +00:00
|
|
|
}
|