Problem/Motivation
I am using the module "Upgrade Status" to scan a few projects and I found some deprecated styling in the file themes/contrib/wxt_bootstrap/css/style.css:

According to this information, the selector #drupal-off-canvas is deprecated and should be replaced with the selector #drupal-off-canvas-wrapper in Drupal 10
#drupal-off-canvas-wrapper {
}
Steps to reproduce
- Install module "Upgrade Status" and run a scan against the project wxt_bootstrap
Proposed resolution
- Changes in the /sass/modules/_wxt.scss and /css/style.css to replace the deprecated CSS selector.
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
danrodAttached a patch to fix this, after applying it, I ran the "Upgrade Status" module against the wxt_bootstrap project again and I don't see the warning any more:
I can also see that the styling for the CSS selector
#drupal-off-canvas-wrapperis correctly applied now:Comment #3
sylus commentedNice find :)
I don't see a patch attached though? Maybe was missed?
Thanks for finding this though!
Comment #4
danrodOh sorry for this, must have missed it somewhere, here's the patch.
Comment #5
sylus commentedCommitted and attributed :)
Thanks so much!