Changeset 185759 in webkit
- Timestamp:
- Jun 19, 2015, 12:07:24 PM (11 years ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/DashboardContainerView.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r185757 r185759 1 2015-06-19 Joseph Pecoraro <pecoraro@apple.com> 2 3 Web Inspector: Overlapping dashboard views causing lots of layers in source view 4 https://bugs.webkit.org/show_bug.cgi?id=146153 5 6 Reviewed by Darin Adler. 7 8 * UserInterface/Views/DashboardContainerView.css: 9 (.toolbar .dashboard:not(.visible)): 10 Hide non-visible dashboard views. The !important is used 11 to override more specific toolbar .dashboard.foo styles. 12 1 13 2015-06-19 Devin Rousso <drousso@apple.com> 2 14 -
trunk/Source/WebInspectorUI/UserInterface/Views/DashboardContainerView.css
r185135 r185759 74 74 75 75 .toolbar .dashboard:not(.visible) { 76 opacity: 0;76 display: none !important; 77 77 } 78 78
Note:
See TracChangeset
for help on using the changeset viewer.