File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function AddCard({ onCreate, onDeleteAll }) {
5757 </ div >
5858
5959 < div className = "col-lg-1 col-md-1 col-sm-3 col-4 p-1" >
60- < Palette setColor = { setColor } className = { `btn btn-outline-secondary palitra-btn ${ blackOnHover ( ) ? "palitra-blackOnHover" : "" } ` } style = { { width : "100%" , background : color } } > </ Palette >
60+ < Palette setColor = { setColor } className = { `btn btn-outline-secondary palitra-btn ${ blackOnHover ( ) ? "palitra-blackOnHover" : "palitra-lightOnHover " } ` } style = { { width : "100%" , background : color } } > </ Palette >
6161 </ div >
6262
6363 < div className = "col-lg-2 col-md-1 col p-1" >
Original file line number Diff line number Diff line change 66 border-color : lightgray !important ;
77}
88
9+ .palitra-lightOnHover {
10+ border-color : # 868e96 !important ;
11+ color : # 495057 !important ;
12+ }
13+
14+ .palitra-lightOnHover : hover {
15+ color : white !important ;
16+ }
17+
918.palitra-btn : focus {
1019 box-shadow : 0 0 0 0.2rem rgb (216 217 219 / 50% ) !important ;
1120}
You can’t perform that action at this time.
0 commit comments