Title: [257520] trunk/Websites/webkit.org
- Revision
- 257520
- Author
- [email protected]
- Date
- 2020-02-26 14:52:42 -0800 (Wed, 26 Feb 2020)
Log Message
Prevented text selection on logo and header navigation
https://bugs.webkit.org/show_bug.cgi?id=208157
Reviewed by Devin Rousso.
* wp-content/themes/webkit/style.css:
(.site-logo):
(header nav):
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (257519 => 257520)
--- trunk/Websites/webkit.org/ChangeLog 2020-02-26 22:44:03 UTC (rev 257519)
+++ trunk/Websites/webkit.org/ChangeLog 2020-02-26 22:52:42 UTC (rev 257520)
@@ -1,3 +1,14 @@
+2020-02-26 Jon Davis <[email protected]>
+
+ Prevented text selection on logo and header navigation
+ https://bugs.webkit.org/show_bug.cgi?id=208157
+
+ Reviewed by Devin Rousso.
+
+ * wp-content/themes/webkit/style.css:
+ (.site-logo):
+ (header nav):
+
2020-01-27 Jon Davis <[email protected]>
Add support for table of contents to Web Inspector pages
Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/style.css (257519 => 257520)
--- trunk/Websites/webkit.org/wp-content/themes/webkit/style.css 2020-02-26 22:44:03 UTC (rev 257519)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/style.css 2020-02-26 22:52:42 UTC (rev 257520)
@@ -2076,6 +2076,8 @@
padding: 1rem 0 1rem 5.5rem;
color: hsl(0, 0%, 100%);
color: var(--inverse-text-color);
+ -webkit-user-select: none;
+ user-select: none;
}
.hero .logo {
@@ -2100,6 +2102,8 @@
header nav {
text-align: right;
+ -webkit-user-select: none;
+ user-select: none;
}
/* Hide menu toggle checkboxes */
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes