Skip to content

Commit 8cf69ab

Browse files
rak-phillipnwmac
andauthored
Update colors for SUSE Prime Theme (#15557)
* Update Prime theme Signed-off-by: Phillip Rak <[email protected]> * Update prime theme colors Signed-off-by: Phillip Rak <[email protected]> * Preserve Prime colors in top level menu Signed-off-by: Phillip Rak <[email protected]> * Update Prime theme colors Signed-off-by: Phillip Rak <[email protected]> * Update Prime logos Signed-off-by: Phillip Rak <[email protected]> * Primary keyboard focus Signed-off-by: Phillip Rak <[email protected]> * Update Prime dark mode secondary hover Signed-off-by: Phillip Rak <[email protected]> * Fix log width in e2e test --------- Signed-off-by: Phillip Rak <[email protected]> Co-authored-by: Neil MacDougall <[email protected]>
1 parent 9bf6e64 commit 8cf69ab

File tree

10 files changed

+163
-35
lines changed

10 files changed

+163
-35
lines changed

cypress/e2e/tests/pages/global-settings/settings-p2.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ describe('Settings', { testIsolation: 'off' }, () => {
261261
it('can update ui-brand', { tags: ['@globalSettings', '@adminUser'] }, () => {
262262
// We probably want a better way to distinguish between rancher and suse logos. I'm doing this as part of the vue3 migration and trying to keep things as similar as possible.
263263
const rancherLogoWidth = 167;
264-
const suseRancherLogoWidth = 140;
264+
const suseRancherLogoWidth = 200;
265265

266266
// Update setting
267267
SettingsPagePo.navTo();

pkg/rancher-components/src/components/Form/Checkbox/Checkbox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ $fontColor: var(--input-label);
445445
-ms-transform: rotate(0deg) scale(1);
446446
transform: rotate(0deg) scale(1);
447447
opacity:1;
448-
border: 1px solid var(--active, var(--primary));
448+
border: 1px solid var(--checkbox-border, var(--primary));
449449
}
450450
451451
// Custom Checkbox tick
Lines changed: 64 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)