Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felipe Luis Parodi Viera
Frontend
Commits
fe5b4ada
Commit
fe5b4ada
authored
6 years ago
by
Franco Pariani
Browse files
Options
Downloads
Patches
Plain Diff
New changes in css
parent
2f7e42a6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Frontend Angular 4/src/app/layout/matefun/codemirror/matefun-mode-EN.js
+2
-1
2 additions, 1 deletion
...ar 4/src/app/layout/matefun/codemirror/matefun-mode-EN.js
Frontend Angular 4/src/styles/hints.css
+11
-2
11 additions, 2 deletions
Frontend Angular 4/src/styles/hints.css
with
13 additions
and
3 deletions
Frontend Angular 4/src/app/layout/matefun/codemirror/matefun-mode-EN.js
+
2
−
1
View file @
fe5b4ada
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
const
hintWords
=
require
(
'
./hint_words
'
);
const
hintWords
=
require
(
'
./hint_words
'
);
var
HINT_ELEMENT_CLASS
=
"
CodeMirror-
hint
"
;
var
HINT_ELEMENT_CLASS
=
"
CodeMirror-
function-definition
"
;
var
mac
=
/Mac/
.
test
(
navigator
.
platform
);
var
mac
=
/Mac/
.
test
(
navigator
.
platform
);
function
parseOptions
(
cm
,
pos
,
options
)
{
function
parseOptions
(
cm
,
pos
,
options
)
{
...
@@ -205,6 +205,7 @@
...
@@ -205,6 +205,7 @@
elt
.
className
=
className
;
elt
.
className
=
className
;
if
(
cur
.
render
)
cur
.
render
(
elt
,
data
,
cur
);
if
(
cur
.
render
)
cur
.
render
(
elt
,
data
,
cur
);
else
{
else
{
elt
.
appendChild
(
ownerDocument
.
createTextNode
(
"
Function typing
\n\n
"
));
var
rexp_name
=
new
RegExp
(
/
(
.*
\:\:)(
.*
)
/
.
source
,
"
g
"
);
var
rexp_name
=
new
RegExp
(
/
(
.*
\:\:)(
.*
)
/
.
source
,
"
g
"
);
var
m
=
rexp_name
.
exec
(
cur
.
displayText
||
getText
(
cur
));
var
m
=
rexp_name
.
exec
(
cur
.
displayText
||
getText
(
cur
));
var
b_elem
=
ownerDocument
.
createElement
(
"
b
"
);
var
b_elem
=
ownerDocument
.
createElement
(
"
b
"
);
...
...
This diff is collapsed.
Click to expand it.
Frontend Angular 4/src/styles/hints.css
+
11
−
2
View file @
fe5b4ada
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
box-shadow
:
2px
3px
5px
rgba
(
0
,
0
,
0
,
.2
);
box-shadow
:
2px
3px
5px
rgba
(
0
,
0
,
0
,
.2
);
border-radius
:
3px
;
border-radius
:
3px
;
border
:
1px
solid
rgb
(
43
,
43
,
43
)
!important
;
border
:
1px
solid
rgb
(
43
,
43
,
43
)
!important
;
background
:
black
!important
;
background
:
rgb
(
43
,
43
,
43
)
!important
;
font-size
:
90%
;
font-size
:
90%
;
font-family
:
monospace
;
font-family
:
monospace
;
...
@@ -24,9 +24,18 @@
...
@@ -24,9 +24,18 @@
white-space
:
pre
;
white-space
:
pre
;
color
:
white
!important
;
color
:
white
!important
;
cursor
:
pointer
;
cursor
:
pointer
;
}
.CodeMirror-function-definition
{
margin
:
5px
;
padding
:
0
4px
;
border-radius
:
2px
;
white-space
:
pre
;
color
:
white
!important
;
cursor
:
default
;
}
}
li
.CodeMirror-hint-active
{
li
.CodeMirror-hint-active
{
background
:
rgb
(
21
,
117
,
226
)
!important
;
background
:
rgb
(
21
,
117
,
226
)
!important
;
color
:
white
;
color
:
white
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment