[matrix] Style "View Documentation For" dropdown

This commit is contained in:
Muhammad Hamza 2020-09-22 17:29:04 -07:00 committed by GitHub
parent a668623d9f
commit ba7482921b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View File

@ -300,6 +300,24 @@ header > nav > a:hover {
.sub-header > select {
display: none;
background-color: transparent;
padding: 0.4em 0;
font-size: 1em;
width: 13.5%;
color: white;
border: none;
border-bottom: 1px solid var(--search-border);
appearance: none;
background-image: url('/_images/drop_down_icon.svg');
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 50%;
cursor: pointer;
}
.sub-header > select:focus {
outline: none;
}
.sub-header > .settings {

View File

@ -0,0 +1,4 @@
<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'>
<path d='M7 10l5 5 5-5z'/>
<path d='M0 0h24v24H0z' fill='none'/>
</svg>

After

Width:  |  Height:  |  Size: 177 B