Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
5166f0bd
Commit
5166f0bd
authored
May 22, 2026
by
Яков
Browse files
update fix issue
parent
8883613f
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
5166f0bd
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.6
7
"
,
"version"
:
"1.1.6
8
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/index.scss
View file @
5166f0bd
...
@@ -302,6 +302,10 @@ body{
...
@@ -302,6 +302,10 @@ body{
text-decoration: none;
text-decoration: none;
border-radius: 4px;
border-radius: 4px;
transition: color 0.15s;
transition: color 0.15s;
background: none;
border: none;
cursor: pointer;
outline: none;
&:hover{
&:hover{
color: #1790FF;
color: #1790FF;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment