Skip to content

Commit

Permalink
perf(comments): [valine] improve style for submit btn
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed May 29, 2023
1 parent 92aaa52 commit e131512
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/css/_page/comment.styl
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
&:hover
color: get-css-var("color", "primary-0") !important
border-color: get-css-var("color", "primary-0") !important
&:disabled
background-color: get-css-var("color", "secondary-container-lowest") !important
color: get-css-var("color", "secondary-fixed") !important

.actived
fill: get-css-var("color", "primary-0") !important

0 comments on commit e131512

Please sign in to comment.