Skip to content

Commit

Permalink
Merge pull request #248 from localgovdrupal/1.x
Browse files Browse the repository at this point in the history
Release 1.5.6
  • Loading branch information
finnlewis authored May 15, 2023
2 parents fffb04a + 3b7d818 commit f68bc62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions css/localgov-alert-banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
background-color: #fff;
border-color: #fff;
color: #0b0c0c;
cursor: pointer;
}

.localgov-alert-banner--minor .localgov-alert-banner__close:focus,
.localgov-alert-banner--minor .localgov-alert-banner__close:hover {
background-color: #0b0c0c;
border-color: #0b0c0c;
color: #fff;
}

/* Announcement */
Expand Down
2 changes: 1 addition & 1 deletion src/Form/AlertBannerEntityForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {

$form['publishing_options'] = [
'#type' => 'details',
'#title' => $this->t('Publishing options.'),
'#title' => $this->t('Publishing options'),
'#group' => 'advanced',
'#weight' => 10,
'#optional' => 1,
Expand Down

0 comments on commit f68bc62

Please sign in to comment.