Add "Controller-friendly UI" option

This commit is contained in:
redphx
2024-07-15 20:54:35 +07:00
parent 66120d6970
commit 394dc68ece
9 changed files with 155 additions and 73 deletions

View File

@@ -83,24 +83,24 @@
overflow: hidden;
white-space: nowrap;
}
}
&.bx-focusable {
position: relative;
.bx-focusable {
position: relative;
&::after {
border: 2px solid transparent;
border-radius: 4px;
}
&::after {
border: 2px solid transparent;
border-radius: 4px;
}
&:focus::after {
content: '';
border-color: white;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
&:focus::after {
content: '';
border-color: white;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
}