diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-13 13:04:26 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-13 13:04:26 -0500 | 
| commit | f6b591fd1a6d833cfa45e314ac7b2dbb76009877 (patch) | |
| tree | 0813e6c60890c720999b6134013f977ce8fd594c | |
| parent | e1477adeecef7a3316222bd265dd6809bcafd478 (diff) | |
Remove TODO comment from settings.css (#1522)
| -rw-r--r-- | ext/css/settings.css | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/ext/css/settings.css b/ext/css/settings.css index 434f64a0..3ee8b6a4 100644 --- a/ext/css/settings.css +++ b/ext/css/settings.css @@ -1171,7 +1171,6 @@ button.fab-button>.icon-button-inner>.icon {      -moz-appearance: none;      -webkit-appearance: none;  } -/* TODO : Need focus/hover styles */  .tab-inner {      display: flex;      flex-flow: row nowrap; |