mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
disabled cursor is important
This commit is contained in:
parent
bc41d3b57a
commit
9e33233219
@ -1,4 +1,4 @@
|
||||
@import "variables.scss";
|
||||
@import "variables.scss";
|
||||
|
||||
.btn, #vault .footer button, .modal-footer button {
|
||||
background-color: $button-backgound-color;
|
||||
@ -43,7 +43,7 @@
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.65;
|
||||
cursor: default;
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
&.block {
|
||||
|
Loading…
Reference in New Issue
Block a user