This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
61 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,16 @@ | |
float: right; | ||
} | ||
|
||
.vectordraw_edit_block .menu .controls .disabled { | ||
border: 1px solid #707070; | ||
background-color: #ececec; | ||
color: #868686; | ||
} | ||
|
||
.vectordraw_edit_block .menu .controls .disabled:hover { | ||
This comment has been minimized.
Sorry, something went wrong.
bradenmacdonald
Member
|
||
background: none; | ||
} | ||
|
||
.vectordraw_edit_block .menu .vector-properties .vector-prop-list .row .vector-prop-name, | ||
.vectordraw_edit_block .menu .vector-properties .vector-prop-list .row .vector-prop-tail, | ||
.vectordraw_edit_block .menu .vector-properties .vector-prop-list .row .vector-prop-angle { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 comments
on commit dcf0840
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @itsjeyd! Please remove the :hover
effect from the disabled buttons, and then this part of the work is 👍 from me - no need for further review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bradenmacdonald Thanks, :hover
effect removed.
No need to change for now, but did you try using the
:disabled
selector instead of adisabled
class?