Skip to content
Snippets Groups Projects
Commit 40fac40c authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Florent Torregrosa
Browse files

Issue #3382654 by Grimreaper: There is no btn-default button on Bootstrap 5

parent 770e3414
No related branches found
No related tags found
1 merge request!139Issue #3382654: There is no btn-default button on Bootstrap 5
......@@ -25,7 +25,7 @@ class PreprocessMenuLocalAction {
if (isset($link['url'])) {
// Turn link into a mini-button and colorize based on title.
$class = Bootstrap::cssClassFromString($link['title'], 'default');
$class = Bootstrap::cssClassFromString($link['title'], 'outline-dark');
if (!isset($options['attributes']['class'])) {
$options['attributes']['class'] = [];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment