$ui-highlight-color replace

stable/1.0.x
Alex Gleason 2020-05-31 17:34:33 -05:00
rodzic 8165975308
commit 50c4dac599
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
8 zmienionych plików z 16 dodań i 16 usunięć

Wyświetl plik

@ -77,5 +77,5 @@
} }
.public-layout .public-account-header__tabs__tabs .counter.active::after { .public-layout .public-account-header__tabs__tabs .counter.active::after {
border-bottom: 4px solid $ui-highlight-color; border-bottom: 4px solid var(--brand-color);
} }

Wyświetl plik

@ -937,7 +937,7 @@ a .account__avatar {
border-bottom: 4px solid transparent; border-bottom: 4px solid transparent;
&.active { &.active {
border-bottom: 4px solid $ui-highlight-color; border-bottom: 4px solid var(--brand-color);
} }
& > span { & > span {
@ -1967,7 +1967,7 @@ a.account__display-name {
} }
&.active { &.active {
color: $ui-highlight-color; color: var(--brand-color);
} }
} }
} }
@ -3164,7 +3164,7 @@ a.status-card.compact:hover {
left: 0; left: 0;
top: 0; top: 0;
height: 6px; height: 6px;
background: $ui-highlight-color; background: var(--brand-color);
border-radius: 6px; border-radius: 6px;
} }
@ -3233,7 +3233,7 @@ a.status-card.compact:hover {
&:hover, &:hover,
&.active { &.active {
background: $ui-highlight-color; background: var(--brand-color);
color: $primary-text-color; color: $primary-text-color;
outline: 0; outline: 0;
@ -3286,7 +3286,7 @@ a.status-card.compact:hover {
} }
&.active { &.active {
background: $ui-highlight-color; background: var(--brand-color);
.icon-button { .icon-button {
color: $primary-text-color; color: $primary-text-color;
@ -4665,7 +4665,7 @@ noscript {
} }
&__active { &__active {
color: $ui-highlight-color; color: var(--brand-color);
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;

Wyświetl plik

@ -145,7 +145,7 @@
} }
&:hover { &:hover {
background: $ui-highlight-color; background: var(--brand-color);
color: $secondary-text-color; color: $secondary-text-color;
} }
} }

Wyświetl plik

@ -19,7 +19,7 @@
} }
&--active { &--active {
background-color: $ui-highlight-color; background-color: var(--brand-color);
color: $primary-text-color; color: $primary-text-color;
} }
} }

Wyświetl plik

@ -389,7 +389,7 @@ code {
width: 100%; width: 100%;
border: 0; border: 0;
border-radius: 4px; border-radius: 4px;
background: $ui-highlight-color; background: var(--brand-color);
color: $primary-text-color; color: $primary-text-color;
font-size: 18px; font-size: 18px;
line-height: inherit; line-height: inherit;

Wyświetl plik

@ -126,7 +126,7 @@
width: 14px; width: 14px;
height: 14px; height: 14px;
border-radius: 14px; border-radius: 14px;
border: 1px solid $ui-highlight-color; border: 1px solid var(--brand-color);
background: transparent; background: transparent;
margin: 0 3px; margin: 0 3px;
cursor: pointer; cursor: pointer;
@ -137,7 +137,7 @@
&.active { &.active {
cursor: default; cursor: default;
background: $ui-highlight-color; background: var(--brand-color);
} }
} }

Wyświetl plik

@ -76,7 +76,7 @@
.button.logo-button { .button.logo-button {
flex: 0 auto; flex: 0 auto;
font-size: 14px; font-size: 14px;
background: $ui-highlight-color; background: var(--brand-color);
color: $primary-text-color; color: $primary-text-color;
text-transform: none; text-transform: none;
line-height: 36px; line-height: 36px;

Wyświetl plik

@ -290,7 +290,7 @@
} }
&.active > a { &.active > a {
background: $ui-highlight-color; background: var(--brand-color);
cursor: default; cursor: default;
} }
@ -335,7 +335,7 @@
} }
&.active .avatar-stack .account__avatar { &.active .avatar-stack .account__avatar {
border-color: $ui-highlight-color; border-color: var(--brand-color);
} }
} }
} }
@ -523,7 +523,7 @@ $fluid-breakpoint: $maximum-width + 20px;
line-height: 20px; line-height: 20px;
text-decoration: none; text-decoration: none;
font-weight: 500; font-weight: 500;
color: $ui-highlight-color; color: var(--brand-color);
&:hover, &:hover,
&:focus, &:focus,