Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Tab Headers Legibility Improvements #1314

Merged
merged 2 commits into from
Sep 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,18 @@
flex-grow: 1;
display: flex;
text-align: center;
border: 1px solid #191C22;
border: 1px solid #FFFFFF20;
font-size: 0.852em;
border-top: 0;
border-bottom: 0;
align-items: center;
justify-content: center;
border-radius: 0 0 5px 5px;
}

.tab-header[data-focused=true] {
opacity: 1;

background-color: rgba(255, 255, 255, 0.1);
background-color: #FFFFFF10;
}

.tab-header:hover {
Expand Down