Commit e454b81a authored by Yipeng Wang's avatar Yipeng Wang Committed by Commit Bot

[about:credits] Change the hovering cursor on "show license" from an arrow to a hand.

Bug: 732241
Change-Id: Ie525bd9ca1811581a1d8fbe4a9c02be768032ed9
Reviewed-on: https://chromium-review.googlesource.com/531066Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarDan Beam <dbeam@chromium.org>
Commit-Queue: Yipeng Wang <yipengw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#478710}
parent 1459dd67
...@@ -66,12 +66,14 @@ input + label + div { ...@@ -66,12 +66,14 @@ input + label + div {
} }
input + label::after { input + label::after {
content: "show license"; content: "show license";
cursor: pointer;
} }
input:checked + label + div { input:checked + label + div {
display: block; display: block;
} }
input:checked + label::after { input:checked + label::after {
content: "hide license"; content: "hide license";
cursor: pointer;
} }
</style> </style>
</head> </head>
......
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