summaryrefslogtreecommitdiffstats
path: root/app/common
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2019-11-15 11:24:24 -0800
committerGunnar Mills <gmills@us.ibm.com>2019-11-26 16:35:41 +0000
commit27915d2f48df3cd885f4606e90012bea8496be0c (patch)
tree97b0214ccf426a0cfdf9df65ce017a3f4f1dfd41 /app/common
parent0d11902c896bc65196489a50be55d16ca24da1cf (diff)
downloadphosphor-webui-27915d2f48df3cd885f4606e90012bea8496be0c.tar.gz
phosphor-webui-27915d2f48df3cd885f4606e90012bea8496be0c.zip
Fix truncated button icons on Safari
Removing margin offset to fix issue with button icons being visually truncated on Safari. Removing additional redundant code around same icon/buttons. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ie1ef89023a043a70a0126a21be57febb9afae19a
Diffstat (limited to 'app/common')
-rw-r--r--app/common/styles/base/buttons.scss1
-rw-r--r--app/common/styles/elements/modals.scss10
2 files changed, 0 insertions, 11 deletions
diff --git a/app/common/styles/base/buttons.scss b/app/common/styles/base/buttons.scss
index 1e2b799..bd7207d 100644
--- a/app/common/styles/base/buttons.scss
+++ b/app/common/styles/base/buttons.scss
@@ -53,7 +53,6 @@ button,
display: inline-block;
margin-right: 0.3em;
vertical-align: bottom;
- margin-left: -0.5em;
}
img {
width: 1.5em;
diff --git a/app/common/styles/elements/modals.scss b/app/common/styles/elements/modals.scss
index 3132934..8481e22 100644
--- a/app/common/styles/elements/modals.scss
+++ b/app/common/styles/elements/modals.scss
@@ -125,10 +125,6 @@
.uib-modal.in .modal-dialog {
transform: translate(0, 10vh);
margin-top: 50px;
- .icon__close {
- margin: 0;
- padding: 0;
- }
.modal-content {
border-radius: 0;
border-color: $primary-dark;
@@ -144,12 +140,6 @@
.modal-header {
display: block;
}
- .btn--close {
- padding: 0;
- svg {
- height: 1.6em;
- }
- }
}
.uib-modal {
OpenPOWER on IntegriCloud