Browse Source

Remove custom css for select2

pull/10734/head
enisn 5 years ago
parent
commit
62a27546c0
  1. 1
      modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Bundling/BasicThemeGlobalStyleContributor.cs
  2. 4
      modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/wwwroot/themes/basic/custom/select2-bs5-fix.css

1
modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/Bundling/BasicThemeGlobalStyleContributor.cs

@ -7,7 +7,6 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Bundling
public override void ConfigureBundle(BundleConfigurationContext context)
{
context.Files.Add("/themes/basic/layout.css");
context.Files.Add("/themes/basic/custom/select2-bs5-fix.css");
}
}
}

4
modules/basic-theme/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic/wwwroot/themes/basic/custom/select2-bs5-fix.css

@ -1,4 +0,0 @@
/*TODO: Remove after BS5 Modal support of select2 */
span.select2-container.select2-container--default.select2-container--open {
z-index: 1056; /*Just for BS5 Modals*/
}
Loading…
Cancel
Save