Skip to content

Commit 2c0bfe9

Browse files
authored
Removal of 1px border
There was something irritating on hover effect of ci-features boxes. It is softer now without a border.
1 parent 6dc6893 commit 2c0bfe9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

public/assets/css/ci-theme.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,15 +617,13 @@ section.content-outer{
617617
height: 150px;
618618
padding: 10px;
619619
box-sizing: border-box;
620-
border: 1px solid var(--white);
621620
margin: 18px 4%;
622621
transition: box-shadow 0.5s;
623622
transition: margin-top 0.5s;
624623
}
625624

626625
.ci-features-box:hover {
627626
float: left;
628-
border: 1px solid #f1f1f1;
629627
background: var(--white);
630628
box-shadow: 3px 3px 10px #eee;
631629
margin-top: 14px;

0 commit comments

Comments
 (0)