Skip to content

Commit f665b99

Browse files
devvaannshabose
authored andcommitted
fix: move cross icon towards left for better accessibility
1 parent c07af38 commit f665b99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/styles/Extn-NavigationAndHistory.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
line-height: 15px;
8585
padding: 3px;
8686
cursor: default;
87-
padding-left: 10px;
87+
padding-left: 20px;
8888
width: 100%;
8989
box-sizing: border-box;
9090
text-overflow: ellipsis;
@@ -104,14 +104,14 @@
104104
background: transparent;
105105
color:#8fddff;
106106
box-shadow: none !important;
107-
padding-left: 10px;
107+
padding-left: 20px;
108108
}
109109

110110
#mrof-container #mrof-list > li.highlight > a.mroitem {
111111
background: transparent;
112112
color:#8fddff;
113113
box-shadow: none !important;
114-
padding-left: 10px;
114+
padding-left: 20px;
115115
}
116116

117117
#mrof-container #mrof-list > li.highlight > a.mroitem > .extension {
@@ -245,7 +245,7 @@
245245
.remove-file {
246246
color: #adb9bd;
247247
position: absolute;
248-
right: 8px;
248+
left: 6px;
249249
top: 50%;
250250
transform: translateY(-50%);
251251
cursor: pointer;

0 commit comments

Comments
 (0)