Commit c1797493 authored by zarina's avatar zarina 🌊

запрещено выделение текста при нажатии на меню-элементы

parent b19846fd
......@@ -2,5 +2,7 @@
width: 70%;
border: 3px solid darkslategrey;
border-radius: 0 10px 10px 0;
padding: 10px;}
padding: 10px;
user-select: none
}
......@@ -62,7 +62,6 @@ class App extends Component {
this.setState({totalPrice, basket})
};
render() {
return (
<div className='App'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment