Skip to content

Commit f782aaa

Browse files
committed
FIX: minor interface fixes
1 parent 69f50fc commit f782aaa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

modules/cherry-interface-builder/inc/assets/cherry-interface-builder.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $color-7: #206ff4; // Scrollbar track background
99
$link-color: #298ffc; // link color.
1010
$link-hover-color: #23282d; // link hover color.
1111

12-
$shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); //Shadow.
12+
$shadow: 2px 2px 5px rgba(0,0,0,0.05); //Shadow.
1313
$border: 1px solid rgba(0, 0, 0, 0.1) ;
1414

1515
$br-radius: 3px; // Border radius.
@@ -190,7 +190,7 @@ html{
190190
}
191191
&:focus{
192192
outline: none;
193-
box-shadow: inset 0px 0px 10px rgba(41,143,252,0.5);
193+
box-shadow: inset 0 0 1px 0 rgba(41,143,252,0.5);
194194
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
195195
}
196196
transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);

0 commit comments

Comments
 (0)