mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-14 10:26:19 +01:00
296fb6deb9
* 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
41 lines
508 B
SCSS
41 lines
508 B
SCSS
html.os_macos {
|
|
body.layout_frontend {
|
|
-webkit-app-region: drag;
|
|
|
|
button,
|
|
a,
|
|
i,
|
|
b,
|
|
span,
|
|
input,
|
|
p,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
img,
|
|
select,
|
|
textarea,
|
|
label,
|
|
.box,
|
|
.modal-backdrop {
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
}
|
|
|
|
.vault .header-search {
|
|
-webkit-app-region: drag;
|
|
|
|
input,
|
|
i {
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
}
|
|
|
|
.vault > .groupings > .content > .inner-content {
|
|
padding-top: 0;
|
|
}
|
|
}
|