Change dotted to solid in header bottom border
Dotted is too hard to see. Change-Id: Ia72dda6d70c3034a6ffe29b3f9a95d80fd61d4e6
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user