File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 font-size : 12px ;
8181 color : # 6c757d ;
8282 margin-top : 12px ;
83+ }
84+
85+ .noselect {
86+ -webkit-touch-callout : none;
87+ /* iOS Safari */
88+ -webkit-user-select : none;
89+ /* Safari */
90+ -khtml-user-select : none;
91+ /* Konqueror HTML */
92+ -moz-user-select : none;
93+ /* Firefox */
94+ -ms-user-select : none;
95+ /* Internet Explorer/Edge */
96+ user-select : none;
97+ /* Non-prefixed version, currently supported by Chrome and Opera */
8398}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const ExtensionPopup = () => {
4242 "/settings.html" ;
4343
4444 return (
45- < div className = "popup-shell" >
45+ < div className = "popup-shell noselect " >
4646 < h1 className = "title" > PaperDebugger</ h1 >
4747 < h2 className = "subtitle" > How to use</ h2 >
4848 < Steps steps = { steps } />
You can’t perform that action at this time.
0 commit comments