Replaced fixed color values with variables / Style API version 5.2
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / wsc52.scss
CommitLineData
e8defa30
AE
1/*
2 * Special styles for changes introduced in WoltLab Suite 5.2 that
3 * are not compatible with styles created for earlier versions.
4 */
5@include requireApiVersion(52) {
6 .htmlContent table,
7 .table {
8 tr:hover > td {
9 background-color: $wcfTabularBoxBackgroundActive;
10 }
11 }
12
13 .redactor-layer table {
14 th,
15 td {
16 border-color: $wcfEditorTableBorder;
17 }
18 }
19}