Merge pull request #7132 from capilkey/more-button-fixes

Fix outline of disabled buttons and button getting cut off
This commit is contained in:
Chad Pilkey 2019-03-28 18:57:56 -04:00 committed by GitHub
commit c768fae5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -101,7 +101,7 @@
outline: none;
}
&:focus:not([aria-disabled="true"]) {
&:focus {
outline-color: transparent;
outline-width: 2px;
outline-style: dotted;

View File

@ -4,6 +4,11 @@
.actions {
margin-left: auto;
margin-right: 3px;
:first-child {
margin-right: 3px;
}
}
.closeBtn {