Skip to content

Commit 0a58646

Browse files
committed
fix(MessageBar): Add additional specificity to input bar
Input bar works in Ansible, allegedly. ShadowBot team was noticing that the specificity needed to be a little higher. This should get them where they need to be.
1 parent 2d8f19a commit 0a58646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/module/src/MessageBar/MessageBar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
.pf-v6-c-form-control__textarea:focus-visible {
6969
outline: none;
7070
}
71-
textarea {
71+
.pf-v6-c-form-control > textarea {
7272
outline-offset: 0px;
7373
--pf-v6-c-form-control--PaddingBlockStart: 0;
7474
--pf-v6-c-form-control--PaddingBlockEnd: 0;
7575
--pf-v6-c-form-control--BorderRadius: 0;
7676
}
77-
textarea:focus-visible {
77+
.pf-v6-c-form-control > textarea:focus-visible {
7878
outline: none;
7979
}
8080
}

0 commit comments

Comments
 (0)