Skip to content
Snippets Groups Projects
Commit 47cf40ee authored by catch's avatar catch
Browse files

Issue #1704786 by tim.plunkett: Fixed Update seven_css_alter() for jQuery UI update.

parent 8acb637d
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -111,7 +111,7 @@ function seven_css_alter(&$css) {
$css['core/misc/vertical-tabs-rtl.css']['data'] = drupal_get_path('theme', 'seven') . '/vertical-tabs-rtl.css';
}
// Use Seven's jQuery UI theme style instead of the default one.
if (isset($css['core/misc/ui/jquery.ui.theme.css'])) {
$css['core/misc/ui/jquery.ui.theme.css']['data'] = drupal_get_path('theme', 'seven') . '/jquery.ui.theme.css';
if (isset($css['core/misc/ui/themes/base/jquery.ui.theme.css'])) {
$css['core/misc/ui/themes/base/jquery.ui.theme.css']['data'] = drupal_get_path('theme', 'seven') . '/jquery.ui.theme.css';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment