Change dotted to solid in header bottom border

Dotted is too hard to see.

Change-Id: Ia72dda6d70c3034a6ffe29b3f9a95d80fd61d4e6
This commit is contained in:
Becky Siegel
2017-07-07 14:29:19 -07:00
parent 0be40a8ff6
commit 28e17217e7

View File

@@ -77,7 +77,7 @@ limitations under the License.
}
gr-main-header.shadow {
/* Make it obvious for shadow dom testing */
border-bottom: 1px dotted pink;
border-bottom: 1px solid pink;
}
gr-main-header {
background-color: var(--header-background-color);