mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #15411 from grafana/theme-files-cleanup
[wip]Cleaning up the theme .scss files
This commit is contained in:
@@ -246,7 +246,7 @@ textarea {
|
||||
|
||||
table {
|
||||
// Reset for nesting within parents with `background-color`.
|
||||
background-color: $table-bg;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
caption {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user