Commit c980efd4 by Dan Cech Committed by Torkel Ödegaard

fix up sass lint warnings (#6603)

parent eacb7c8a
......@@ -16,10 +16,10 @@
background-color: transparent;
border: none;
padding: 8px;
color: $text-color;
i {
font-size: 120%;
}
color: $text-color;
&:hover {
color: $white;
}
......
......@@ -74,12 +74,11 @@
.add-panel-panels-scroll {
width: 100%;
overflow: auto;
-ms-overflow-style: none;
&::-webkit-scrollbar {
display: none
}
-ms-overflow-style: none;
}
.add-panel-panels {
......
......@@ -6,6 +6,8 @@
}
.shortcut-table {
margin-bottom: $spacer;
.shortcut-table-category-header {
font-weight: normal;
font-size: $font-size-h6;
......@@ -26,8 +28,6 @@
text-align: right;
color: $text-color;
}
margin-bottom: $spacer;
}
.shortcut-table-key {
......
......@@ -7,11 +7,12 @@
}
.annotation-segment {
padding: 8px 7px;
label.cr1 {
margin-left: 5px;
margin-top: 3px;
}
padding: 8px 7px;
}
.submenu-item {
......@@ -31,14 +32,14 @@
.variable-value-link {
padding-right: 10px;
.label-tag {
margin: 0 5px;
}
padding: 8px 7px;
box-sizing: content-box;
display: inline-block;
color: $text-color;
.label-tag {
margin: 0 5px;
}
}
.variable-link-wrapper {
......
......@@ -38,10 +38,10 @@
background-color: transparent;
border: none;
padding: ($tabs-padding-top + $tabs-top-margin) $spacer $tabs-padding-bottom;
color: $text-color;
i {
font-size: 120%;
}
color: $text-color;
&:hover {
color: $white;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment