Skip to content

Commit

Permalink
fix: Color indicator style
Browse files Browse the repository at this point in the history
(cherry picked from commit b04a624)
  • Loading branch information
surajshetty3416 authored and mergify[bot] committed Dec 8, 2023
1 parent a86b887 commit 709e6eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frappe/public/scss/common/color_picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@

.frappe-control[data-fieldtype="Color"] {
input {
padding-left: 38px;
padding-left: 32px;
}
.control-input {
position: relative;
}
.selected-color {
cursor: pointer;
width: 22px;
height: 22px;
width: 16px;
height: 16px;
border-radius: 5px;
background-color: red;
position: absolute;
top: 5px;
top: 6px;
left: 8px;
content: " ";
&.no-value {
Expand Down

0 comments on commit 709e6eb

Please sign in to comment.