ros.grant.common 2.0.1570 → 2.0.1572
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -830,14 +830,14 @@
|
|
|
830
830
|
.note-editor .note-editing-area .note-editable a {
|
|
831
831
|
font-family: inherit;
|
|
832
832
|
font-weight: inherit;
|
|
833
|
-
color:
|
|
833
|
+
color: var(--Subsidiary);
|
|
834
834
|
text-decoration: inherit;
|
|
835
835
|
background-color: inherit
|
|
836
836
|
}
|
|
837
837
|
|
|
838
838
|
.note-editor .note-editing-area .note-editable a:hover,
|
|
839
839
|
.note-editor .note-editing-area .note-editable a:focus {
|
|
840
|
-
color:
|
|
840
|
+
color: var(--Subsidiary);
|
|
841
841
|
text-decoration: underline;
|
|
842
842
|
outline: 0
|
|
843
843
|
}
|
|
@@ -863,7 +863,6 @@
|
|
|
863
863
|
.note-editor.note-frame .note-editing-area .note-editable {
|
|
864
864
|
padding: 12px 16px;
|
|
865
865
|
overflow: auto;
|
|
866
|
-
color: #000;
|
|
867
866
|
word-wrap: break-word;
|
|
868
867
|
background-color: #fff;
|
|
869
868
|
line-height: 160%;
|
package/package.json
CHANGED