File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/src/app/pages/Sandbox/Editor/Workspace/screens/Comments/Dialog
components/src/components/Icon Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,9 @@ const DialogHeader = ({ comment, hasShadow }) => {
268268 transition : 'color' ,
269269 transitionDuration : theme => theme . speeds [ 1 ] ,
270270 color : comment . isResolved ? 'green' : 'mutedForeground' ,
271+ ':hover:not(:disabled), :focus:not(:disabled)' : {
272+ color : comment . isResolved ? 'green' : 'foreground' ,
273+ } ,
271274 } ) }
272275 />
273276 < IconButton
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ export const check = props => (
135135 < path
136136 fillRule = "evenodd"
137137 clipRule = "evenodd"
138- d = "M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8ZM16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM10.9124 5L11.9409 6.02852L7.12513 10.8443L6.09661 9.81577L6.10102 9.81136L4.5 8.21034L5.52852 7.18182L7.12954 8.78284L10.9124 5Z "
138+ d = "M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8ZM16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.6945 4.57143L12.6707 5.54756L6.95109 11.2671L6.51852 10.8346L4 8.36103L4.8008 7.54566L6.77821 9.48775L11.6945 4.57143Z "
139139 fill = "currentColor"
140140 />
141141 </ Element >
You can’t perform that action at this time.
0 commit comments