mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
delete attachment string and disabled styles
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@import "variables.scss";
|
||||
@import "variables.scss";
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
@@ -142,6 +142,11 @@ header {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.65;
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
i + span {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user