Merge pull request #7132 from capilkey/more-button-fixes
Fix outline of disabled buttons and button getting cut off
This commit is contained in:
commit
c768fae5d0
@ -101,7 +101,7 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:focus:not([aria-disabled="true"]) {
|
||||
&:focus {
|
||||
outline-color: transparent;
|
||||
outline-width: 2px;
|
||||
outline-style: dotted;
|
||||
|
@ -4,6 +4,11 @@
|
||||
|
||||
.actions {
|
||||
margin-left: auto;
|
||||
margin-right: 3px;
|
||||
|
||||
:first-child {
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
.closeBtn {
|
||||
|
Loading…
Reference in New Issue
Block a user