Skip to content

Commit

Permalink
fix border
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Dec 2, 2022
1 parent e548164 commit 5d8e79b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dev/mathlive/notebook.clj
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
math-field {
font-size: 24px;
border-radius: 4px;
border: .5px solid;
border: 1px solid;
padding: 8px;
}
math-field:focus-within {
outline: Highlight auto 1px;
outline: -webkit-focus-ring-color auto 1px
outline: none;
border: 1px solid blue;
}"])

;; ## Basic Mathfield
Expand Down
4 changes: 2 additions & 2 deletions dev/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
(concat
(list
(hiccup/include-css
"https://unpkg.com/mathlive@0.83.0/dist/mathlive-static.css")
"https://unpkg.com/mathlive@0.85.1/dist/mathlive-static.css")
(hiccup/include-css
"https://unpkg.com/mathlive@0.83.0/dist/mathlive-fonts.css"))
"https://unpkg.com/mathlive@0.85.1/dist/mathlive-fonts.css"))
(old))))))


Expand Down

0 comments on commit 5d8e79b

Please sign in to comment.