Skip to content

Commit 328b364

Browse files
authored
Add font size inheritance to primary button style
1 parent 3b4af17 commit 328b364

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/language_switcher_popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
// Style the Continue button (first button) with blue color using !important
5555
var $primaryBtn = $dialogElement.find('.ui-dialog-buttonset button:first-child');
56-
$primaryBtn.attr('style', 'background-color: #001228 !important; background-image: none !important; border-color: #001228 !important; color: #fff !important;');
56+
$primaryBtn.attr('style', 'background-color: #001228 !important; background-image: none !important; border-color: #001228 !important; color: #fff !important; font-size: inherit !important;');
5757
}
5858

5959
Drupal.behaviors.languageSwitcherPopup = {

0 commit comments

Comments
 (0)