styling changes have been made o remove the overlaping of focus outlines (#1721)

This commit is contained in:
MokireddySampath
2024-03-06 12:47:57 +05:30
committed by GitHub
parent b8457e3bf9
commit 47bdc9c426
2 changed files with 10 additions and 2 deletions

View File

@@ -14,7 +14,13 @@
.throughputInputSpacing > :not(:last-child) {
margin-bottom: @DefaultSpace;
}
.capacitycalculator-link:focus{
.capacitycalculator-link:focus {
text-decoration: underline;
outline-offset: 2px;
}
}
.copyQuery:focus::after,
.deleteQuery:focus::after {
outline: none !important;
}