aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/visual/menu/popup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/menu/popup.html b/tests/visual/menu/popup.html
index 271002a20..52a5bdd98 100644
--- a/tests/visual/menu/popup.html
+++ b/tests/visual/menu/popup.html
@@ -76,7 +76,7 @@
width: 200px; height: 150px; border: 1px solid gray; border-radius: 5px;
box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.5);
background: lightgray; background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
- font-size: 120%; text-align: center; line-height: 150px;
+ font-size: 120%; text-align: center; line-height: 150px; outline: none;
}
</style>
</head>