Merge pull request #15411 from grafana/theme-files-cleanup

[wip]Cleaning up the theme .scss files
This commit is contained in:
Torkel Ödegaard
2019-02-18 20:23:40 +01:00
committed by GitHub
8 changed files with 89 additions and 198 deletions

View File

@@ -246,7 +246,7 @@ textarea {
table {
// Reset for nesting within parents with `background-color`.
background-color: $table-bg;
background-color: transparent;
}
caption {

View File

@@ -266,7 +266,7 @@ dd {
// Abbreviations and acronyms
abbr[title] {
cursor: help;
border-bottom: 1px dotted $gray-2;
border-bottom: 1px dotted $abbr-border-color;
}
abbr.initialism {