Skip to content
Snippets Groups Projects
Verified Commit 5a7e9fa0 authored by Cristina Chumillas's avatar Cristina Chumillas
Browse files

Issue #3332943 by 2dareis2do, saschaeggi, DishaKatariya: Claro - fix issue with icon sizes

parent d8e3d8c9
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
top: 0; top: 0;
left: 0.6667em; /* LTR */ left: 0.6667em; /* LTR */
display: block; display: block;
width: 1.25rem; width: 1.538em;
height: 100%; height: 100%;
content: ""; content: "";
background-color: transparent; background-color: transparent;
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
} }
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before { .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
left: 0.6667em; /* LTR */ left: 0.6667em; /* LTR */
width: 1.25rem; width: 1.538em;
background-size: 100% auto; background-size: 100% auto;
} }
.no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before { .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
top: 0; top: 0;
left: 0.6667em; /* LTR */ left: 0.6667em; /* LTR */
display: block; display: block;
width: 20px; width: 1.538em;
height: 100%; height: 100%;
content: ""; content: "";
background-color: transparent; background-color: transparent;
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
} }
.toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before { .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
left: 0.6667em; /* LTR */ left: 0.6667em; /* LTR */
width: 20px; width: 1.538em;
background-size: 100% auto; background-size: 100% auto;
} }
.no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before { .no-svg .toolbar .toolbar-bar .toolbar-tab > .toolbar-icon::before {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment