Skip to content

Commit 991b67a

Browse files
Fix Issue #4040 : Remove blue border (focus) from links
1 parent 28ad54c commit 991b67a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/shared/components/Notifications/style.scss

+4-7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ $white: white;
33
$turquoise-dark: turquoise;
44
$turquoise-super-dark: turquoise;
55

6+
*:focus {
7+
outline: none;
8+
}
9+
610
.outer-container {
711
width: 1000px;
812
height: auto;
@@ -63,7 +67,6 @@ $turquoise-super-dark: turquoise;
6367

6468
font-weight: 500;
6569
line-height: 22px;
66-
// padding-left: 20px;
6770
margin-top: -2px;
6871
padding: 5px 20px;
6972
display: flex;
@@ -85,7 +88,6 @@ $turquoise-super-dark: turquoise;
8588
@include roboto-regular;
8689

8790
font-size: 20px;
88-
// margin: auto 0px;
8991
width: 10px;
9092
height: 10px;
9193
}
@@ -115,14 +117,9 @@ $turquoise-super-dark: turquoise;
115117

116118
.btn-close {
117119
display: block;
118-
// background: url(#{$img-path}/e-remove.svg) center center no-repeat;
119120
background-size: 10px;
120121
width: 20px;
121122
height: 20px;
122-
123-
&:hover {
124-
// background: url(#{$img-path}/delete-small.svg) center center no-repeat;
125-
}
126123
}
127124

128125
.black-txt {

0 commit comments

Comments
 (0)