Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
exam_7
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zarina
exam_7
Commits
c1797493
Commit
c1797493
authored
Mar 28, 2020
by
zarina
🌊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
запрещено выделение текста при нажатии на меню-элементы
parent
b19846fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Menu.css
src/components/Menu/Menu.css
+3
-1
App.js
src/containers/App.js
+0
-1
No files found.
src/components/Menu/Menu.css
View file @
c1797493
...
@@ -2,5 +2,7 @@
...
@@ -2,5 +2,7 @@
width
:
70%
;
width
:
70%
;
border
:
3px
solid
darkslategrey
;
border
:
3px
solid
darkslategrey
;
border-radius
:
0
10px
10px
0
;
border-radius
:
0
10px
10px
0
;
padding
:
10px
;}
padding
:
10px
;
user-select
:
none
}
src/containers/App.js
View file @
c1797493
...
@@ -62,7 +62,6 @@ class App extends Component {
...
@@ -62,7 +62,6 @@ class App extends Component {
this
.
setState
({
totalPrice
,
basket
})
this
.
setState
({
totalPrice
,
basket
})
};
};
render
()
{
render
()
{
return
(
return
(
<
div
className
=
'App'
>
<
div
className
=
'App'
>
...
...
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