Commit eb8419e0 authored by Edward Jung's avatar Edward Jung Committed by Commit Bot

Remove the hover pointer when flag descriptions are not hidden

Bug: 900536
Change-Id: Ia48b90e99c52cdb3ab35b952f8647007698048d8
Reviewed-on: https://chromium-review.googlesource.com/c/1370366Reviewed-by: default avatarTommy Li <tommycli@chromium.org>
Commit-Queue: Edward Jung <edwardjung@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615481}
parent 0d557ded
...@@ -214,7 +214,6 @@ h2 { ...@@ -214,7 +214,6 @@ h2 {
.experiment-name { .experiment-name {
color: black; color: black;
cursor: pointer;
display: inline-block; display: inline-block;
font-size: 13px; font-size: 13px;
font-weight: 500; font-weight: 500;
...@@ -452,6 +451,10 @@ h2 { ...@@ -452,6 +451,10 @@ h2 {
border-bottom: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7;
} }
.experiment-name {
cursor: pointer;
}
.experiment .flex-container { .experiment .flex-container {
flex-flow: column; flex-flow: column;
} }
......
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