Add outline on focus

This commit is contained in:
Myrdin
2022-03-28 19:31:39 +02:00
parent 290e9cb9a7
commit f6b6064954

View File

@@ -23,6 +23,11 @@
cursor: pointer;
}
button:focus {
outline: 1px dotted #212121;
outline: 5px auto -webkit-focus-ring-color;
}
.sc-carousel-dot__dot {
background-color: var(--sc-color-rgb-light);
border-radius: 50%;