Change article toolbar bottom border color

Bug: T311311
Change-Id: I1731510da0c956d0290508b9a2cef7558d3cde00
This commit is contained in:
bwang 2022-09-07 15:52:01 -05:00 committed by Jdlrobson
parent fc9fe5e719
commit abad54d0ab

View file

@ -82,7 +82,8 @@
@padding-top-content: 0.5em;
@padding-horizontal-content: 0.75em;
@padding-blockquote: 8px 32px;
@border-bottom-tabs: @border-width-base @border-style-base #eaecf0;
// T311311 Match VE toolbar styles
@border-bottom-tabs: @border-width-base @border-style-base @colorGray12;
@background-color-secondary--modern: #f8f9fa;
@background-color-page-container: @background-color-base;