Skip to content

Commit

Permalink
fix: set correct font size to Priority label (#2790)
Browse files Browse the repository at this point in the history
* fix: ! set correct font size to Priority label

* docs: Update the screenshot of the Edit Task Modal

---------

Co-authored-by: Clare Macrae <[email protected]>
  • Loading branch information
ilandikov and claremacrae authored Apr 30, 2024
1 parent 61175e0 commit 645d2e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified docs/images/modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/ui/EditTask.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,18 @@
}

.tasks-modal-priorities label {
font-size: var(--font-ui-small);
border-radius: var(--input-radius);
padding: 2px 3px;
grid-column: 1;
grid-row-start: 1;
grid-row-end: 7;
}


.tasks-modal-priorities input + label {
font-size: var(--font-ui-small);
}

.tasks-modal-priorities input:focus + label {
box-shadow: 0 0 0 2px var(--background-modifier-border-focus);
border-color: var(--background-modifier-border-focus);
Expand Down

0 comments on commit 645d2e6

Please sign in to comment.