Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
e2f99fc4
Commit
e2f99fc4
authored
Oct 04, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mask all arrows on inputs type number
parent
d7c0a6ef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
role-occurence.component.scss
...sider-pieces/role-occurence/role-occurence.component.scss
+0
-13
styles.scss
src/styles.scss
+13
-0
No files found.
src/app/sider-pieces/role-occurence/role-occurence.component.scss
View file @
e2f99fc4
...
...
@@ -27,19 +27,6 @@
margin-right
:
5px
;
}
input
[
type
=
number
]
::-webkit-inner-spin-button
,
input
[
type
=
number
]
::-webkit-outer-spin-button
{
-webkit-appearance
:
none
;
appearance
:
none
;
margin
:
0
;
}
@-moz-document
url-prefix
()
{
input
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
}
button
{
background-color
:
white
;
border-radius
:
10px
;
...
...
src/styles.scss
View file @
e2f99fc4
...
...
@@ -28,6 +28,19 @@ body {
background-color
:
var
(
--
background-color
);
font-family
:
'Glacial Indifference'
,
sans-serif
;
input
[
type
=
number
]
::-webkit-inner-spin-button
,
input
[
type
=
number
]
::-webkit-outer-spin-button
{
-webkit-appearance
:
none
;
appearance
:
none
;
margin
:
0
;
}
@-moz-document
url-prefix
()
{
input
[
type
=
number
]
{
-moz-appearance
:
textfield
;
}
}
input
{
font-family
:
'Glacial Indifference'
,
sans-serif
;
font-size
:
17px
;
...
...
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