Skip to content

Commit

Permalink
Make the warning more pronounced (#4084)
Browse files Browse the repository at this point in the history
  • Loading branch information
past authored Oct 22, 2024
1 parent 6da5f77 commit 4085e4b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion webapp/components/interop-dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ class InteropDashboard extends WPTFlags(PolymerElement) {
padding: 0 5px;
}
.warning {
background-color: khaki;
border: 1px dashed rgba(0, 0, 0, .5);
border-radius: 5px;
}
#featureSelect {
padding: 0.5rem;
font-size: 16px;
Expand Down Expand Up @@ -307,7 +313,7 @@ class InteropDashboard extends WPTFlags(PolymerElement) {
<paper-button id="toggleExperimental" class\$="[[experimentalButtonClass(stable, isMobileScoresView)]]" on-click="clickExperimental">Experimental</paper-button>
<paper-button id="toggleMobile" class\$="[[mobileButtonClass(isMobileScoresView)]]" on-click="clickMobile" hidden$="[[!shouldShowMobileScoresView()]]">Mobile</paper-button>
</div>
<div class="text-center" hidden$="[[!isMobileScoresView]]">
<div class="text-center warning" hidden$="[[!isMobileScoresView]]">
<p><i>Mobile browser results and how they are obtained are a work in progress. Scores may not reflect the real level of support for a given feature.</i></p>
</div>
</div>
Expand Down

0 comments on commit 4085e4b

Please sign in to comment.