mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-13 11:23:50 +00:00
fix: recover cursor logic (#773)
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
|
||||
.quickBtn {
|
||||
font-weight: 400;
|
||||
width: auto;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +23,7 @@
|
||||
padding: 0 0.25rem;
|
||||
color: $label-gray;
|
||||
border-radius: 2px;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
background-color: $black-10
|
||||
}
|
||||
|
||||
.options {
|
||||
|
||||
Reference in New Issue
Block a user