Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #389 from pfitaxel/logo-click
Improve UX for learn-ocaml logo
  • Loading branch information
erikmd committed Apr 29, 2021
2 parents 2269b3b + 7375b8b commit c406219
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion static/css/learnocaml_common.css
Expand Up @@ -210,7 +210,6 @@ button[disabled]::before {
-khtml-user-select: none;
-moz-user-select: none;
user-select: none;
cursor: default;
}
@media (max-width: 549px) {
.logo {
Expand Down
2 changes: 1 addition & 1 deletion static/description.html
Expand Up @@ -22,7 +22,7 @@
<div class="logo">
<img src="/icons/logo_ocaml.svg">
<span>Learn OCaml</span>
<img src="/icons/logo_ocp.svg">
<img src="/icons/logo_ocsf.svg">
</div>
</div>
<div id="learnocaml-exo-tab-buttons">
Expand Down
2 changes: 1 addition & 1 deletion static/exercise.html
Expand Up @@ -41,7 +41,7 @@
<div class ="logo">
<img src="/icons/logo_ocaml.svg">
<span>Learn OCaml</span>
<img src="/icons/logo_ocp.svg">
<img src="/icons/logo_ocsf.svg">
</div>
</a>
<!--
Expand Down
1 change: 1 addition & 0 deletions static/icons/logo_ocsf.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/partition-view.html
Expand Up @@ -40,7 +40,7 @@
<div class="logo">
<img src="/icons/logo_ocaml.svg">
<span>Learn OCaml</span>
<img src="/icons/logo_ocp.svg">
<img src="/icons/logo_ocsf.svg">
</div>
<div id="learnocaml-token">
</div>
Expand Down
2 changes: 1 addition & 1 deletion static/playground.html
Expand Up @@ -40,7 +40,7 @@
<div class ="logo">
<img src="/icons/logo_ocaml.svg">
<span>Learn OCaml</span>
<img src="/icons/logo_ocp.svg">
<img src="/icons/logo_ocsf.svg">
</div>
</a>
<!--
Expand Down
2 changes: 1 addition & 1 deletion static/student-view.html
Expand Up @@ -40,7 +40,7 @@
<div class="logo">
<img src="/icons/logo_ocaml.svg">
<span>Learn OCaml</span>
<img src="/icons/logo_ocp.svg">
<img src="/icons/logo_ocsf.svg">
</div>
<!--
<button id="learnocaml-exo-button-grade">
Expand Down

0 comments on commit c406219

Please sign in to comment.