Browse Source

Merge pull request #14527 from abpframework/enisn/remove-hover-menus

Remove openning menus on hover on Blazor
pull/14528/head
Halil İbrahim Kalkan 3 years ago
committed by GitHub
parent
commit
0cb935e603
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css

9
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Web.BasicTheme/wwwroot/libs/abp/css/theme.css

@ -41,15 +41,6 @@
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
@media screen and (min-width: 768px) {
.navbar .dropdown:hover > .dropdown-menu {
display: block;
}
.navbar .dropdown-submenu:hover > .dropdown-menu {
display: block;
}
}
.input-validation-error {
border-color: #dc3545;
}

Loading…
Cancel
Save