EUI 5.8.1 comes with a brand color refresh. Also removes lots of KUI (#27009)

EUI 5.7.0 had a color refresh which switched around our palette to better match branding guidelines. Hex colors are still hard coded in large parts of Kibana so most of the changes not in kbn/ui-framework are simple shifts to match that styling.
This commit is contained in:
dave.snider@gmail.com 2018-12-18 10:59:31 -08:00 committed by GitHub
parent 70ca46b1be
commit a94fd11a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
264 changed files with 801 additions and 11867 deletions

View file

@ -2,7 +2,7 @@
<defs>
<linearGradient id="bg_top_branded-a" x1="10.793%" y1="50%" y2="50%">
<stop offset="0%" stop-color="#FFF" stop-opacity=".5"/>
<stop offset="100%" stop-color="#E2E2E2" stop-opacity="0"/>
<stop offset="100%" stop-color="#E6EBF2" stop-opacity="0"/>
</linearGradient>
<radialGradient id="bg_top_branded-c" cx="0%" cy="0%" r="146.629%" fx="0%" fy="0%" gradientTransform="matrix(.68199 .682 -.63596 .73135 0 0)">
<stop offset="0%" stop-color="#FFF" stop-opacity=".5"/>
@ -25,7 +25,7 @@
<use fill="url(#bg_top_branded-c)" xlink:href="#bg_top_branded-b" style="mix-blend-mode:overlay"/>
</g>
<g opacity=".05">
<use fill="#F5F5F5" xlink:href="#bg_top_branded-d"/>
<use fill="#F5F7FA" xlink:href="#bg_top_branded-d"/>
<use fill="url(#bg_top_branded-e)" xlink:href="#bg_top_branded-d" style="mix-blend-mode:overlay"/>
<use fill="url(#bg_top_branded-f)" xlink:href="#bg_top_branded-d" style="mix-blend-mode:darken"/>
</g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

View file

@ -1,4 +1,4 @@
#editRoleReactRoot {
background: #f5f5f5;
background: #F5F7FA;
min-height: ~"calc(100vh - 70px)";
}

View file

@ -171,7 +171,7 @@
{{ role.name }}
<span
ng-if="!isRoleEnabled(role)"
class="kuiBadge kuiBadge--default"
class="euiBadge euiBadge--default"
tooltip="This role is currently disabled. You may only view or delete it."
aria-label="This role is currently disabled. You may only view or delete it."
i18n-id="xpack.security.management.roles.disableTitle"

View file

@ -2,6 +2,7 @@
<global-nav-link
kbn-route="route"
icon="'plugins/security/images/person.svg'"
eui-icon-type="'user'"
tooltip-content="accountTooltip(user.full_name || user.username)"
label="user.full_name || user.username"
data-test-subj="loggedInUser"
@ -10,6 +11,7 @@
<global-nav-link
kbn-route="'/logout'"
icon="'plugins/security/images/logout.svg'"
eui-icon-type="'exit'"
tooltip-content="formatTooltip(logoutLabel)"
label="logoutLabel"
></global-nav-link>