mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(create-board-modal): add focus styles for close button
This commit is contained in:
@@ -63,6 +63,18 @@
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
image-rendering: pixelated;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.closeButton:focus {
|
||||
outline: 2px solid currentColor;
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.closeButton:focus-visible {
|
||||
outline: 2px solid #0066cc;
|
||||
outline-offset: 2px;
|
||||
box-shadow: 0 0 0 2px #0066cc, 0 0 0 4px rgba(0, 102, 204, 0.3);
|
||||
}
|
||||
|
||||
.bd {
|
||||
|
||||
Reference in New Issue
Block a user