mirror of
https://gh.wpcy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-04-24 15:40:55 +08:00
10 lines
202 B
CSS
10 lines
202 B
CSS
#wpadminbar #wp-admin-bar-ea11y-scanner-wizard a {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 6px;
|
|
}
|
|
|
|
.ea11y-scanner-current-element {
|
|
border: 4px solid #2563EB;
|
|
border-radius: 4px;
|
|
}
|