Skip to content

Commit

Permalink
More rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
thangngoc89 authored and matthiaskern committed Sep 4, 2018
1 parent 858147c commit ca5da4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27,847 deletions.
27,818 changes: 0 additions & 27,818 deletions client/public/toplevel.js

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions client/src_editor/Editor_Note.css
Expand Up @@ -48,7 +48,6 @@
border-radius: 0 2px 2px 0;
}

<<<<<<< HEAD
.EditorNote__lang input[type="radio"] {
border: 0;
clip: rect(0px, 0px, 0px, 0px);
Expand All @@ -75,34 +74,6 @@
&:focus+label {
outline: auto 5px -webkit-focus-ring-color;
}
=======
.EditorNote__lang input[type='radio'] {
border: 0;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;

& + label {
cursor: pointer;
padding: var(--space1);
border: 0;
outline: 0;
color: var(--c-text-inverse);
opacity: 0.2;
}

&:checked + label {
opacity: 1;
}

&:focus + label {
outline: auto 5px -webkit-focus-ring-color;
}
>>>>>>> add links menu and styles
}

@keyframes spin {
Expand Down

0 comments on commit ca5da4a

Please sign in to comment.