Fix missing settings button (#3175)

* With changes made on https://github.com/bitwarden/clients/pull/2662 the button disappeared

* Remove redundant and no longer used css for env settings button on desktop
This commit is contained in:
Daniel James Smith 2022-07-25 20:15:14 +02:00 committed by GitHub
parent 16de33fc1e
commit 296fb6deb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 43 deletions

View File

@ -56,7 +56,7 @@ app-home {
margin-top: 10px;
}
a.settings-icon {
button.settings-icon {
position: absolute;
top: 10px;
left: 10px;

View File

@ -25,21 +25,6 @@
}
}
#login-page {
.content {
a.settings-icon {
position: absolute;
left: unset;
right: 20px;
span {
margin-right: 8px;
float: left;
}
}
}
}
.vault .header-search {
-webkit-app-region: drag;

View File

@ -111,33 +111,6 @@
}
}
}
a.settings-icon {
position: absolute;
top: 10px;
left: 10px;
@include themify($themes) {
color: themed("mutedColor");
}
span {
visibility: hidden;
}
&:hover,
&:focus {
text-decoration: none;
@include themify($themes) {
color: themed("primaryColor");
}
span {
visibility: visible;
}
}
}
}
}