Skip to content

Commit

Permalink
adding more visual distinction for sui modal button on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
srietkerk committed May 10, 2024
1 parent e06e14c commit 148f4d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions theme/themes/pxt/modules/modal.overrides
Expand Up @@ -145,6 +145,15 @@
}
}

.ui.modal .ui.button:focus {
outline: 1px solid @white;
outline-offset: -7px;
}

.ui.modal .ui.button.approve.secondary:focus {
background: rgba(0,0,0,0.75);
}

.header-actions {
display: flex;
align-items: center;
Expand Down

0 comments on commit 148f4d2

Please sign in to comment.