refactor css for visibility tray
This commit is contained in:
parent
facf076d47
commit
9e6a91e755
3 changed files with 21 additions and 20 deletions
15
src/App.scss
15
src/App.scss
|
@ -626,17 +626,10 @@ nav {
|
|||
}
|
||||
|
||||
.visibility-tray {
|
||||
font-size: 1.2em;
|
||||
cursor: pointer;
|
||||
|
||||
.selected {
|
||||
color: $fallback--lightText;
|
||||
color: var(--lightText, $fallback--lightText);
|
||||
}
|
||||
|
||||
div {
|
||||
padding-top: 5px;
|
||||
}
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: row-reverse;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.visibility-notice {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue