Skip to content

Commit 8a3e608

Browse files
authored
[5.1] Cog icon focus (#43135)
adds an outline to the cog when it receives keyboard focus
1 parent 5ace3c3 commit 8a3e608

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/media_source/templates/administrator/atum/scss/pages/_com_cpanel.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@
160160
.mod-custom {
161161
padding: 1rem;
162162
}
163+
164+
.btn:first-child:focus-visible {
165+
color: var(--btn-active-color);
166+
background-color: var(--btn-active-bg);
167+
border-color: var(--btn-active-border-color);
168+
}
163169
}
164170

165171
.sample-data {

0 commit comments

Comments
 (0)