mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-24 00:29:30 +08:00
Remove outline on protocol otion [SCI-8045]
This commit is contained in:
parent
34f324f7ca
commit
03dc93b9b1
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
a:first-of-type:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.task-section-caret {
|
.task-section-caret {
|
||||||
padding-right: .25em;
|
padding-right: .25em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue