diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 20:22:22 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-15 20:22:22 +0000 |
| commit | f9c634a9fe0fb5ac4c5a391fea813603631afc0f (patch) | |
| tree | 2234b395ee238e2371e66437c0e7a60d91eda44b | |
| parent | 556c02ba1b7f4918eb8b494f39dc96b926ba8442 (diff) | |
fixes #4139
Closes #4139
Merge request studip/studip!2981
| -rw-r--r-- | resources/assets/stylesheets/scss/tabs.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/assets/stylesheets/scss/tabs.scss b/resources/assets/stylesheets/scss/tabs.scss index b37005e..63bf1a0 100644 --- a/resources/assets/stylesheets/scss/tabs.scss +++ b/resources/assets/stylesheets/scss/tabs.scss @@ -31,8 +31,6 @@ div.clear .quiet img { opacity: 0.25; } li { - background-color: var(--dark-gray-color-10); - &:last-child { border-right: none; } |
