Use prettier for SCSS (#3895)
[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 }
8a52619a 12
e8defa30
AE
13 .redactor-layer table {
14 th,
15 td {
c0061653 16 border-color: $wcfEditorTableBorder !important;
e8defa30
AE
17 }
18 }
8a52619a 19
18d15d0d
AE
20 .mainMenu .mainMenuShowPrevious.active {
21 /* The button is otherwise partially overlapped by the menu items. */
22 z-index: 1;
23 }
e8defa30 24}