Title: [249285] trunk/Tools
Revision
249285
Author
[email protected]
Date
2019-08-29 11:40:23 -0700 (Thu, 29 Aug 2019)

Log Message

results.webkit.org: Remove border from tooltip
https://bugs.webkit.org/show_bug.cgi?id=201239

Reviewed by Alex Christensen.

* resultsdbpy/resultsdbpy/view/static/css/tooltip.css:
(.tooltip-content): Remove border.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (249284 => 249285)


--- trunk/Tools/ChangeLog	2019-08-29 18:01:15 UTC (rev 249284)
+++ trunk/Tools/ChangeLog	2019-08-29 18:40:23 UTC (rev 249285)
@@ -1,3 +1,13 @@
+2019-08-29  Jonathan Bedard  <[email protected]>
+
+        results.webkit.org: Remove border from tooltip
+        https://bugs.webkit.org/show_bug.cgi?id=201239
+
+        Reviewed by Alex Christensen.
+
+        * resultsdbpy/resultsdbpy/view/static/css/tooltip.css:
+        (.tooltip-content): Remove border.
+
 2019-08-28  Fujii Hironori  <[email protected]>
 
         [Win] MiniBrowser crashes in WKURLCopyString if WKPageCopyActiveURL returns null

Modified: trunk/Tools/resultsdbpy/resultsdbpy/view/static/css/tooltip.css (249284 => 249285)


--- trunk/Tools/resultsdbpy/resultsdbpy/view/static/css/tooltip.css	2019-08-29 18:01:15 UTC (rev 249284)
+++ trunk/Tools/resultsdbpy/resultsdbpy/view/static/css/tooltip.css	2019-08-29 18:40:23 UTC (rev 249285)
@@ -49,7 +49,6 @@
     -webkit-backdrop-filter: blur(10px) brightness(88%);
     backdrop-filter: blur(10px) brightness(88%);
     color: var(--boldInverseColor);
-    border: 1px solid #ccc;
     border-radius: 5px;
     padding: 5px;
     font-size: var(--smallSize);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to