Browse Source

Move jquery-ui-fixes to bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma 5 years ago
parent
commit
ea951136d1

File diff suppressed because it is too large
+ 0 - 0
core/js/dist/main.js


File diff suppressed because it is too large
+ 0 - 0
core/js/dist/main.js.map


+ 0 - 0
core/css/images/ui-bg_diagonals-thick_20_666666_40x40.png → core/src/jquery/css/images/ui-bg_diagonals-thick_20_666666_40x40.png


+ 0 - 0
core/css/images/ui-bg_flat_10_000000_40x100.png → core/src/jquery/css/images/ui-bg_flat_10_000000_40x100.png


+ 0 - 0
core/css/images/ui-bg_flat_35_1d2d44_40x100.png → core/src/jquery/css/images/ui-bg_flat_35_1d2d44_40x100.png


+ 0 - 0
core/css/images/ui-icons_1d2d44_256x240.png → core/src/jquery/css/images/ui-icons_1d2d44_256x240.png


+ 0 - 0
core/css/images/ui-icons_ffd27a_256x240.png → core/src/jquery/css/images/ui-icons_ffd27a_256x240.png


+ 0 - 0
core/css/images/ui-icons_ffffff_256x240.png → core/src/jquery/css/images/ui-icons_ffffff_256x240.png


+ 0 - 0
core/css/jquery-ui-fixes.scss → core/src/jquery/css/jquery-ui-fixes.scss


+ 2 - 0
core/src/jquery/index.js

@@ -30,3 +30,5 @@ import './selectrange'
 import './showpassword'
 import './tipsy'
 import './ui-fixes'
+
+import './css/jquery-ui-fixes.scss'

+ 4 - 0
core/webpack.js

@@ -16,6 +16,10 @@ module.exports = [
 					test: /\.css$/,
 					use: ['style-loader', 'css-loader']
 				},
+				{
+					test: /\.scss$/,
+					use: ['style-loader', 'css-loader', 'sass-loader']
+				},
 				{
 					test: /davclient/,
 					use: 'exports-loader?dav'

+ 0 - 1
lib/private/legacy/template.php

@@ -111,7 +111,6 @@ class OC_Template extends \OC\Template\Base {
 
 			OC_Util::addStyle('css-variables', null, true);
 			OC_Util::addStyle('server', null, true);
-			OC_Util::addStyle('jquery-ui-fixes',null,true);
 			OC_Util::addStyle('jquery.ocdialog');
 			OC_Util::addTranslations("core", null, true);
 			OC_Util::addStyle('search', 'results');

Some files were not shown because too many files changed in this diff