mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 22:21:56 +00:00
make cursor indicate clickable correctly
This commit is contained in:
parent
589dadb744
commit
6afa775ef7
@ -9189,6 +9189,7 @@ input.o-automator-block-input {
|
||||
border-radius: 0.8rem;
|
||||
border: 0.1rem solid black;
|
||||
padding: 0.2rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.s-base--metro .c-hide-modal-all-subtab-container {
|
||||
|
@ -125,5 +125,6 @@ export default {
|
||||
|
||||
.c-hidden-tabs-background__always-visible {
|
||||
background-color: var(--color-disabled);
|
||||
cursor: default;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user