Skip to content
Snippets Groups Projects
Commit 5a4426b4 authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

Issue #3469283: Elements within tip dialog modals only use browser focus...

parent 885f6f81
1 merge request!47Issue #3469283: Elements within tip dialog modals only use browser focus...
Pipeline #265060 passed with warnings
......@@ -48,6 +48,13 @@
margin-right: 0;
}
/* Shared styling for buttons. */
.shepherd-header .shepherd-cancel-icon:focus,
.shepherd-footer .shepherd-button:focus {
outline: 2px dotted transparent;
box-shadow: 0 0 0 2px #fff, 0 0 0 calc(3px + 2px) #26a769;
}
.shepherd-cancel-icon {
position: absolute;
top: 20px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment