Continue fight with blue

This commit is contained in:
Orien Vandenbergh 2017-10-31 14:56:56 -06:00
parent 41b94b9c84
commit becb1af65e

View File

@ -33,7 +33,7 @@ limitations under the License.
--background-bright: #FFF; --background-bright: #FFF;
--border-dim: #666; --border-dim: #666;
--border-bright: var(--primary); --border-bright: var(#aaa);
--text-bright: #FFF; --text-bright: #FFF;
--text-special: var(--primary); --text-special: var(--primary);
@ -147,8 +147,8 @@ ts-message, .client_container {
.p-channel_sidebar__channel--selected:hover, .p-channel_sidebar__channel--selected:hover,
.p-channel_sidebar__link--selected:hover { .p-channel_sidebar__link--selected:hover {
background-color: var(--background) !important; background-color: var(--background) !important;
/* border: solid var(--border-bright); border: solid var(--border-bright);
border-width: 1px 1px 1px 0; orien */ border-width: 1px 1px 1px 0;
} }
.p-channel_sidebar__channel:hover, .p-channel_sidebar__channel:hover,