mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
f68dab62a6
As we continue to live with software like 2010 wikitext editor for a chunk of our users in foreseeable future, let's at least remove some obsolete code sent down the wire. Note that I haven't touched this code as part of If51f20137a00, but when thinking about this again while doing a final code search it seems appropriate to remove this the highly customized code here in contrast to normal 'library' styles. Bug: T258766 Change-Id: Id4993dcb5b5be6a399800d9c07e26ebe145a8372
17 lines
321 B
CSS
17 lines
321 B
CSS
/*!
|
|
* jQuery UI Autocomplete 1.9.2
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Autocomplete#theming
|
|
*/
|
|
.ui-autocomplete {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
cursor: default;
|
|
}
|